From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32052 invoked by alias); 29 Apr 2006 17:10:50 -0000 Received: (qmail 32041 invoked by uid 22791); 29 Apr 2006 17:10:49 -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; Sat, 29 Apr 2006 17:10:47 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FZsxx-0006Pk-G8 for gdb-patches@sourceware.org; Sat, 29 Apr 2006 13:10:45 -0400 Date: Sat, 29 Apr 2006 23:14:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [RFC/RFA/i386] pb reading insns if breakpoints still inserted Message-ID: <20060429171045.GA24641@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20060428171154.GP17613@adacore.com> <20060429142812.GA21067@nevyn.them.org> <20060429150556.GA21836@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i 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-04/txt/msg00397.txt.bz2 On Sat, Apr 29, 2006 at 07:47:45PM +0300, Eli Zaretskii wrote: > > Date: Sat, 29 Apr 2006 11:05:57 -0400 > > From: Daniel Jacobowitz > > > > Right now, there are many ways to read memory; two of them skip > > inserted breakpoints, and the others don't. > > What will break if we make them all skip breakpoints? I don't know. The only one I know of offhand is ppc-linux-tdep.c's shared library support, which provides an alternate memory remove breakpoint method. -- Daniel Jacobowitz CodeSourcery