Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Wed, 17 Oct 2001 17:47:24 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Dynamic DLL debugging Message-ID: <20011017174724.A5656@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <00ae01c15706$b4152730$0201a8c0 AT mbwhite2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00ae01c15706$b4152730$0201a8c0@mbwhite2> User-Agent: Mutt/1.3.21i 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/