This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


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

Re: Dynamic DLL debugging


On Wed, Oct 17, 2001 at 01:24:42PM +0100, mbwhite wrote:
>Hi,
>
>Can any body give me some pointers please to using GDB in the following?
>
>DLL that is dynamically loaded.  I would like to add a break point to a 
>method in this dll, preferably before it is loaded. 

Use the "dll-symbols" command:

(gdb) dll foo

To load the symbols from "foo.dll" into gdb prior to executing the command.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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