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: <430E6384.432EBD13@dessent.net> Date: Thu, 25 Aug 2005 17:34:12 -0700 From: Brian Dessent MIME-Version: 1.0 To: Cygwin List Subject: Re: Which snapshot file should I use? 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> <8540148a0508251338eec98a4 AT mail DOT gmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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/