From: cgf@bbc.com (Christopher Faylor)
Subject: Re: debugging dlls?
20 Mar 1998 05:41:19 -0800
Message-ID: <Eq0t9v.3B8.cygnus.gnu-win32@bbc.com>
References: <m0yDJLO-00117PC@malasada.lava.net>
Reply-To: cgf@bbc.com
To: gnu-win32@cygnus.com

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".
