From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30602 invoked by alias); 28 Aug 2007 21:59:18 -0000 Received: (qmail 30586 invoked by uid 22791); 28 Aug 2007 21:59:18 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 28 Aug 2007 21:59:14 +0000 Received: (qmail 11833 invoked from network); 28 Aug 2007 21:59:12 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 28 Aug 2007 21:59:12 -0000 To: "McGuerty, Jay S." Cc: Subject: Re: GDB Tool Chains References: <12302351.post@talk.nabble.com> <20070824085740.GA11291@host0.dyn.jankratochvil.net> <46CF0945.8090901@baymicrosystems.com> <46CF22CA.6090708@baymicrosystems.com> <46D31638.5030200@baymicrosystems.com> From: Jim Blandy Date: Tue, 28 Aug 2007 21:59:00 -0000 In-Reply-To: (Jay S. McGuerty's message of "Tue, 28 Aug 2007 14:08:26 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00247.txt.bz2 "McGuerty, Jay S." writes: > This is a rookie question but here goes..... > > Is there a list of available tool chains for GDB anywhere? No. GDB is most widely tested against the GNU compiler, linker, and debugger. I'd bet it works adequately with the Intel C compiler. I expect it would take work to adapt GDB to understand the DWARF produced by other compilers. (By the way, please don't start new threads by replying to others' messages; doing so makes it difficult for threaded mail readers and web archivers to properly group threads.)