This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Debugging a Vlc dll with GDB.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]