On 8/25/05, Larry Hall <[EMAIL PROTECTED]> wrote: > At 02:23 PM 8/25/2005, you wrote: > >Greetings, > > Reformatting: > > >I'm wondering under what circumstances do I use each of the above? > > > >I see the following files on the snapshot page: > >winsup-src-*.tar.bz2 sources in the winsup directory > > > Use this when you just want to have the Cygwin source or some other > specialized use. > > > >cygwin1-*.dll.bz2 stripped and compressed cygwin1.dll > > > Use this when you just want to run with a new DLL. > > > >cygwin1-*.dbg.bz2 debugging information for cygwin1.dll (rename to > >/bin/cygwin1.dbg for use with gdb) > > > Should be obvious. ;-) > > > >cygwin-inst-*.tar.bz2 directory from "make install" (dll, exes, > >libs, headers, etc) > > > Use this if you plan to build stuff against the new DLL (but not the DLL > itself.) Used in conjunction with cygwin1-*.dll.bz2. > > > >cygwin-src-*.tar.bz2 all sources needed to build cygwin1.dll > >(winsup, newlib, etc) > > > Should be obvious. ;-)
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 -- 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/