This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
Re: [SCRIPT] Windows system dll function addresses
- From: Christopher Faylor <cgf at redhat dot com>
- To: cygwin at cygwin dot com
- Date: Fri, 13 Dec 2002 10:40:40 -0500
- Subject: Re: [SCRIPT] Windows system dll function addresses
- References: <atcq4b$erk$1@main.gmane.org>
- Reply-to: cygwin at cygwin dot com
On Fri, Dec 13, 2002 at 09:16:58AM -0500, Joe Buehler wrote:
>Sometimes it is useful to be able to tell what Windows
>DLL functions are at the top of a stack trace in gdb
>(not everyone can remember functions by address instead
>of name).
>
>Here is a perl script to dump a sorted list of symbol
>addresses from the dlls on a Windows system. You need
>dumpbin to run this. Only tested on Windows NT --
>dumpbin may have different output on other versions, in
>which case this may break.
>
>Oh, one thing -- I have a mount point named "/sys" that is the
>directory where the dlls reside. I think I made that myself.
>You will have to substitute whatever the appropriate path is
>on your machine.
Hey, this is cool. I've always wanted something like this!
Thanks for providing it.
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/