From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12998 invoked by alias); 9 Nov 2006 13:00:27 -0000 Received: (qmail 12985 invoked by uid 22791); 9 Nov 2006 13:00:23 -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; Thu, 09 Nov 2006 13:00:15 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Gi9Vr-0000Qi-8k; Thu, 09 Nov 2006 08:00:11 -0500 Date: Thu, 09 Nov 2006 13:00:00 -0000 From: Daniel Jacobowitz To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/sparc] Fix step-bt.exp: backtrace after second instruction step Message-ID: <20061109130010.GA1625@nevyn.them.org> Mail-Followup-To: Joel Brobecker , gdb-patches@sources.redhat.com References: <20061109045801.GK3582@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061109045801.GK3582@adacore.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00048.txt.bz2 On Wed, Nov 08, 2006 at 08:58:01PM -0800, Joel Brobecker wrote: > Hello, > > I encountered on sparc the same problem I saw on i386: When scanning > a function prologue, if an instruction is replaced by a breakpoint, > we read the breakpoint instead of reading the original instruction. > > Fixed using the same method as in i386... OK. -- Daniel Jacobowitz CodeSourcery