Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <423AB1DC.F8B6A624@dessent.net>
Date: Fri, 18 Mar 2005 02:47:56 -0800
From: Brian Dessent <brian@dessent.net>
Organization: My own little world...
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: How To use gdb??
References: <d1d43m$o3l$1@sea.gmane.org> <423A1919.A4DB6852@dessent.net> <d1e7n6$7g9$1@sea.gmane.org>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.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:
<http://www.gnu.org/software/gdb/mailing-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/

