From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6206 invoked by alias); 6 Dec 2007 20:29:00 -0000 Received: (qmail 6195 invoked by uid 22791); 6 Dec 2007 20:28:59 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 06 Dec 2007 20:28:53 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id C1D1E982D9; Thu, 6 Dec 2007 20:28:51 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id AABEF98150; Thu, 6 Dec 2007 20:28:51 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1J0NL0-00078i-G9; Thu, 06 Dec 2007 15:28:50 -0500 Date: Thu, 06 Dec 2007 20:29:00 -0000 From: Daniel Jacobowitz To: personel personel Cc: gdb@sourceware.org Subject: Re: Debugging a Vlc dll with GDB. Message-ID: <20071206202850.GA27429@caradoc.them.org> Mail-Followup-To: personel personel , gdb@sourceware.org References: <20071206182343.GA16137@caradoc.them.org> <433908.24398.qm@web57701.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <433908.24398.qm@web57701.mail.re3.yahoo.com> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-12/txt/msg00052.txt.bz2 On Thu, Dec 06, 2007 at 12:14:51PM -0800, personel personel wrote: > Hello Daniel, > > > I tried: > > gdb -silent -e VLCTest.exe -s VLCTest.exe == "no > debugging symbols found" > > (gdb) break libvlc_new > No symbol table is loaded. use the file command Try "set pending on"? Or you may need a newer version of GDB. -- Daniel Jacobowitz CodeSourcery