From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21481 invoked by alias); 21 Jan 2008 17:20:51 -0000 Received: (qmail 21444 invoked by uid 22791); 21 Jan 2008 17:20:46 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.178) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Jan 2008 17:20:17 +0000 Received: by py-out-1112.google.com with SMTP id v53so2521509pyh.33 for ; Mon, 21 Jan 2008 09:20:15 -0800 (PST) Received: by 10.35.12.10 with SMTP id p10mr8152988pyi.36.1200936015637; Mon, 21 Jan 2008 09:20:15 -0800 (PST) Received: by 10.35.36.15 with HTTP; Mon, 21 Jan 2008 09:20:13 -0800 (PST) Message-ID: <8f2776cb0801210920r1ea9a0f7he8c78298787b9422@mail.gmail.com> Date: Mon, 21 Jan 2008 17:20:00 -0000 From: "Jim Blandy" To: "Jim Blandy" Subject: Re: [RFA] Ignore breakpoints when reading memory. Cc: gdb-patches@sourceware.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200712011419.45773.vladimir@codesourcery.com> <20071204192201.GA24515@caradoc.them.org> X-Google-Sender-Auth: aaa33e8e42b027e7 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/msg00508.txt.bz2 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.