Debugging promgram without debugging info

Christopher Faylor cgf@redhat.com
Sat Aug 24 10:28:00 GMT 2002


[NOTE: Reply-To set to gdb@sources.redhat.com]
On Thu, Aug 22, 2002 at 05:36:20PM -0700, Rosen Georgiev wrote:
>I think the only problem left unsolved is how to make the program
>(without debugging info) that loads the DLL to stop at some time after
>loading it.  The "catch load" isn't implemented and it's the only way i
>can think of.

It should be easy enough to implement on Windows.  Take a look at
win32-nat.c.  handle_load_dll.  Adding something there should be
feasible.

cgf



More information about the Gdb mailing list