Mail Archives: cygwin-developers/1998/10/28/14:39:39
Christopher Faylor <cgf AT cygnus DOT com> writes:
>
> Don't know if this will work, but:
>
> gdb /wherever/cygwin1.dll
> exec-file prog
> b whatever
> r
Nope. Actually, I don't think this is even meant to work because gdb has
no way of mapping the address of the symbol before the DLL is loaded.
Wonder if gdb should somehow load a DLL so that it's mapped and ready to
be stepped into ...
Thanks for the suggestion though ... I've made do with small_printf in
the meantime, but it makes for some very tedious debugging job.
Regards,
Mumit
- Raw text -