SIGCLD (?) problem

Joe Buehler jbuehler@hekimian.com
Mon Aug 12 07:39:00 GMT 2002


Conrad Scott wrote:

> BTW I don't know how (i.e. I haven't bothered to find out how) to
> convert these system DLL addresses into function names, so I hope
> this is of some use.

You can get some info with "dumpbin /exports" on the dll itself.
A full symbol list for NT symbols can be had from the dbg files
that Microsoft supplies.  I believe I used "nm" on them.  Unfortunately,
XP symbols are in a different format that nm does not understand.

Joe Buehler



More information about the Cygwin-developers mailing list