debugging dlls?

Christopher Faylor cgf@bbc.com
Sat Feb 28 23:38:00 GMT 1998


In article < m0yDJLO-00117PC@malasada.lava.net >,
Tim Newsham <newsham@lava.net> wrote:
>Hi,
>
>   Is it possible to use gdb (or another debugger) to do source-level
>debugging of dlls?  In particular the cygwinb19.dll.  If anyone has
>any tips (other than using debugging print statements) for debugging
>dlls and the cygwin dll in particular, I would be interested in hearing
>them.

Usually, I just break on main if the executable I'm debugging is built
with debugging.  Otherwise I do a 'file whatever/cygwinb19.dll' and set
a breakpoint using the appropriate symbols.
-- 
http://www.bbc.com/	cgf@bbc.com			"Strange how unreal
VMS=>UNIX Solutions	Boston Business Computing	 the real can be."
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list