X-Spam-Check-By: sourceware.org Message-ID: <43C26E82.BE4B4E89@dessent.net> Date: Mon, 09 Jan 2006 06:09:06 -0800 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: debugging cygwin References: <43C26C27 DOT 1070807 AT juno DOT nrl DOT navy DOT mil> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 Ken Senior wrote: > Does anyone know where one might find a version of the latest > cygwin1.dll which was compiled with the '-g' (debugging) option set? Everything you need is at . You can't actually compile a cygwin.dll with the debugging information in it, because of the section layout. So the debug information is created in a .dbg file, which you just place in the same directory as the .dll. 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/