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: <423AB1DC.F8B6A624@dessent.net> Date: Fri, 18 Mar 2005 02:47:56 -0800 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: How To use gdb?? References: <423A1919 DOT A4DB6852 AT dessent DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com JS wrote: > Is there a group for gdb? The gdb I have installed with Cygwin don't > recognize any of the commands in the tutorial you send a link to. There are a number of gdb lists: I'm not sure what your exact setup is but I do know that all the commands in the gdb manual work just fine with Cygwin's gdb, at least when used with a binary made with the gnu toolchain (gcc, binutils, etc.) If you're trying to debug a binary from another toolchain the debug information might be in a format that gdb doesn't understand, but you should still be able to at least step through instructions. In any case it sounds like you should ask on the gdb list. 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/