From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13295 invoked by alias); 21 Jan 2008 18:24:47 -0000 Received: (qmail 13281 invoked by uid 22791); 21 Jan 2008 18:24:46 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Jan 2008 18:24:23 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JH1Ji-0003G1-QJ for gdb-patches@sources.redhat.com; Mon, 21 Jan 2008 18:24:18 +0000 Received: from 77.246.241.246 ([77.246.241.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jan 2008 18:24:18 +0000 Received: from ghost by 77.246.241.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Jan 2008 18:24:18 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: [RFA] Ignore breakpoints when reading memory. Date: Mon, 21 Jan 2008 18:24:00 -0000 Message-ID: References: <200712011419.45773.vladimir@codesourcery.com> <20071204192201.GA24515@caradoc.them.org> <8f2776cb0801210920r1ea9a0f7he8c78298787b9422@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.5 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00514.txt.bz2 Jim Blandy wrote: > On Dec 5, 2007 1:34 PM, Jim Blandy wrote: >> > Are there any sites that need to see the breakpoint? For instance, >> > look at ppc_linux_memory_remove_breakpoint. >> >> The code I'm presently working on would like to see breakpoints, to my >> surprise. > > This code evolved, and it no longer needs to see breakpoints. I have > no objections to this patch. So, is it OK to commit? - Volodya