From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24186 invoked by alias); 21 Aug 2006 12:42:48 -0000 Received: (qmail 24177 invoked by uid 22791); 21 Aug 2006 12:42:48 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Mon, 21 Aug 2006 12:42:45 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GF974-0004He-NS; Mon, 21 Aug 2006 08:42:42 -0400 Date: Mon, 21 Aug 2006 12:42:00 -0000 From: Daniel Jacobowitz To: "Zarges, Olav" Cc: "gdb@sourceware.org" Subject: Re: gdb-6.5 produces infinite backtrace on ARM Message-ID: <20060821124241.GA16416@nevyn.them.org> Mail-Followup-To: "Zarges, Olav" , "gdb@sourceware.org" References: <44E181DE.7040905@imc-berlin.de> <20060815124053.GA18496@nevyn.them.org> <20060819052434.GA15612@nevyn.them.org> <44E999B4.5030905@imc-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44E999B4.5030905@imc-berlin.de> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00154.txt.bz2 On Mon, Aug 21, 2006 at 01:32:04PM +0200, Zarges, Olav wrote: > Sounds pretty good. Good job! I can't wait to lay my hands on the patch... > > Another question arose from you answer: what is a gdb/mi front-end supposed > to do when a message like > > "Backtrace stopped: frame did not save the PC" or > "Previous frame identical to this frame (corrupt stack?)" or > ... > > is returned at the end of the backtrace? Eclipse just throws away the > complete backtrace for the corresponding thread. What other versions of GDB are you looking at? With older versions, it was an ^error; with newer it's a ~"console output message". I would not expect Eclipse to throw away the backtrace if there's a console output message. -- Daniel Jacobowitz CodeSourcery