From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4601 invoked by alias); 27 Apr 2009 18:18:10 -0000 Received: (qmail 4589 invoked by uid 22791); 27 Apr 2009 18:18:08 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 27 Apr 2009 18:18:00 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KIR00900UTAMP00@i_mtaout2.012.net.il> for gdb@sourceware.org; Mon, 27 Apr 2009 21:17:57 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.175.232]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KIR007KOUTVL731@i_mtaout2.012.net.il>; Mon, 27 Apr 2009 21:17:56 +0300 (IDT) Date: Tue, 28 Apr 2009 04:41:00 -0000 From: Eli Zaretskii Subject: Re: gcc - gdb compatibility issue In-reply-to: <20090427064225.GN32765@adacore.com> To: Joel Brobecker Cc: sumanth.gundapneni@redpinesignals.com, ppluzhnikov@google.com, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ws96dkpy.fsf@gnu.org> References: <49F53FD6.5040209@redpinesignals.com> <8ac60eac0904262303q4f5b430ak5a14ba34f3dedd7f@mail.gmail.com> <20090427062828.GM32765@adacore.com> <49F55082.3020107@redpinesignals.com> <20090427064225.GN32765@adacore.com> 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: 2009-04/txt/msg00207.txt.bz2 > Date: Sun, 26 Apr 2009 23:42:25 -0700 > From: Joel Brobecker > Cc: Paul Pluzhnikov , gdb@sourceware.org > > I suspect upgrading the debugger is going to be a lot easier than > hacking the compiler. Alternatively, the OP could try compiling with -gstabs+ instead of just -g.