Debugging a Vlc dll with GDB.
Eli Zaretskii
eliz@gnu.org
Sat Dec 8 10:54:00 GMT 2007
> Date: Fri, 7 Dec 2007 08:53:56 -0500
> From: Daniel Jacobowitz <drow@false.org>
> Cc: gdb@sourceware.org, personel personel <lepascal01@yahoo.com>, gdb-patches <gdb-patches@sourceware.org>
>
> That'll produce:
>
> No symbol table is loaded. Use the "file" command.
> Make breakpoint pending on future shared library load? (y or [n]) y
> Breakpoint 1 (main) pending.
>
> Of course that still looks wrong. It's not a shared library load that
> we're waiting for.
>
> Anyone else have concrete suggestions for these messages?
No symbol table is loaded. Perhaps a shared library was not yet
loaded, or you need to use the "file" command.
Make breakpoint pending on future load of symbol table? (y or [n])
More information about the Gdb
mailing list