| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <cygwin AT cygwin DOT com> |
| 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 |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |