From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29553 invoked by alias); 8 May 2004 04:52:38 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29529 invoked from network); 8 May 2004 04:52:38 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 8 May 2004 04:52:38 -0000 Received: from drow by nevyn.them.org with local (Exim 4.32 #1 (Debian)) id 1BMJpF-0001XT-E3; Sat, 08 May 2004 00:52:37 -0400 Date: Sat, 08 May 2004 04:52:00 -0000 From: Daniel Jacobowitz To: Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [committed] Use frame memory for code reading Message-ID: <20040508045237.GB5860@nevyn.them.org> Mail-Followup-To: Randolph Chung , gdb-patches@sources.redhat.com References: <20040508040258.GO3965@tausq.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040508040258.GO3965@tausq.org> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-05/txt/msg00239.txt.bz2 On Fri, May 07, 2004 at 09:02:58PM -0700, Randolph Chung wrote: > Ignore breakpoints when doing code reading during unwind, as suggested > by Andrew. commited. thanks -randolph > > 2004-05-07 Randolph Chung > > * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use > read_memory_nobpt for code reading when doing frame unwinding. > * hppa-linux-tdep.c (insns_match_pattern): Likewise. I'm guessing he actually meant get_frame_memory? I'm really not sure why we have this many memory access functions. -- Daniel Jacobowitz