Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <8540148a0508251338eec98a4@mail.gmail.com> Date: Thu, 25 Aug 2005 13:38:12 -0700 From: William Deegan To: Cygwin List Subject: Re: Which snapshot file should I use? In-Reply-To: <6.2.1.2.0.20050825143414.06dfe830@pop.prospeed.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <8540148a05082511237cf21bc9 AT mail DOT gmail DOT com> <6 DOT 2 DOT 1 DOT 2 DOT 0 DOT 20050825143414 DOT 06dfe830 AT pop DOT prospeed DOT net> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j7PKctbq024067 On 8/25/05, Larry Hall 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/