From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7722 invoked by alias); 1 Dec 2007 16:11:45 -0000 Received: (qmail 7714 invoked by uid 22791); 1 Dec 2007 16:11:45 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 01 Dec 2007 16:11:41 +0000 Received: (qmail 3226 invoked from network); 1 Dec 2007 16:11:39 -0000 Received: from unknown (HELO 172.16.unknown.plus.ru) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 1 Dec 2007 16:11:39 -0000 From: Vladimir Prus To: Eli Zaretskii Subject: Re: [RFC] Keep breakpoints always inserted. Date: Sat, 01 Dec 2007 16:11:00 -0000 User-Agent: KMail/1.9.6 Cc: gdb-patches@sources.redhat.com References: <200712011423.21957.vladimir@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712011911.31082.vladimir@codesourcery.com> 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: 2007-12/txt/msg00014.txt.bz2 On Saturday 01 December 2007 18:42:43 Eli Zaretskii wrote: > > From: Vladimir Prus > > Date: Sat, 1 Dec 2007 14:23:21 +0300 > > > > > > This patch makes breakpoint always inserted. There are not > > regressions on x86. I think the patch is almost ready, > > and comments are appreciated. > > > > It's RFC, and not RFA because: > > > > - There's no option to disable always-inserted mode > > - I would like to add a separate option to report > > breakpoint insert/remove operations, to facilitate testing > > now and in future > > - I just want the code to "soak" for about a week > > Please also consider whether something in gdbint.texinfo needs to be > updated as result of this change (unless you already considered that). I did not, yet. What would be good to add there? The basic design principle that all changes to breakpoints are routed through a single function that then handles inserting/removing locations probably should be added. Anything else? - Volodya