From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10717 invoked by alias); 8 Jul 2005 19:02:34 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 10689 invoked by uid 22791); 8 Jul 2005 19:02:26 -0000 Received: from mail-out4.apple.com (HELO mail-out4.apple.com) (17.254.13.23) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 08 Jul 2005 19:02:26 +0000 Received: from mailgate1.apple.com (a17-128-100-225.apple.com [17.128.100.225]) by mail-out4.apple.com (8.12.11/8.12.11) with ESMTP id j68J2OI0003471 for ; Fri, 8 Jul 2005 12:02:24 -0700 (PDT) Received: from relay1.apple.com (relay1.apple.com) by mailgate1.apple.com (Content Technologies SMTPRS 4.3.17) with ESMTP id ; Fri, 8 Jul 2005 12:02:24 -0700 Received: from [17.201.22.21] (moleja.apple.com [17.201.22.21]) by relay1.apple.com (8.12.11/8.12.11) with ESMTP id j68J2LpU020997; Fri, 8 Jul 2005 12:02:22 -0700 (PDT) In-Reply-To: <190C93606B0ADD40B7968DAFAA3E192867EB0E@ad-email1.ad.mc.com> References: <190C93606B0ADD40B7968DAFAA3E192867EB0E@ad-email1.ad.mc.com> Mime-Version: 1.0 (Apple Message framework v728) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <00C8B4E8-8D20-4273-9BFC-CB0CD3B5BADD@apple.com> Cc: gdb@sources.redhat.com Content-Transfer-Encoding: 7bit From: Jason Molenda Subject: Re: GDB 4.18 with GCC 3.3.6 Date: Fri, 08 Jul 2005 19:02:00 -0000 To: "Stewart, Richard" X-SW-Source: 2005-07/txt/msg00090.txt.bz2 On Jul 8, 2005, at 5:08 AM, Stewart, Richard wrote: > I would like to use GDB 4.18 with GCC 3.3.6 and possibly even newer > versions of GCC. Have you tried using stabs instead of dwarf? -gstabs+ on the compiler command line. Stabs has many problems, but rapid advancement of the debug format is not among them. :-) We're still using stabs here at Apple. It's a drag for some C++ things, but otherwise not unlivable. Of course we hope to migrate to DWARF, but most stuff works fine with stabs. J