This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: Which snapshot file should I use?


William Deegan wrote:

> I installed the cygwin1.dll and cygwin1.dbg, but I'm still not seeing
> any symbols in
> cygwin.dll.  Am I missing a step?
> I attached to a running process via:
> gdb -pid ####
> 
> (gdb) dll-symbols /bin/cygwin1.dbg
> (gdb) where
> #0  0x77f75a59 in ntdll!DbgUiConnectToDbg () from
> /cygdrive/c/WINDOWS/System32/ntdll.dll
> #1  0x77f5f31f in ntdll!KiUserCallbackDispatcher () from
> /cygdrive/c/WINDOWS/System32/ntdll.dll
> #2  0x00000005 in ?? ()
> #3  0x00000004 in ?? ()
> #4  0x00000001 in ?? ()
> #5  0x00fcffd0 in ?? ()
> #6  0x88f503c8 in ?? ()
> #7  0xffffffff in ?? ()
> #8  0x77fa88f0 in wcstombs () from /cygdrive/c/WINDOWS/System32/ntdll.dll
> #9  0x00000000 in ?? () from

You're looking at the wrong thread.  Type "info threads" and switch to
the one you're interested in.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.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]