This is the mail archive of the gdb@sources.redhat.com 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 promgram without debugging info


[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


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