From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24254 invoked by alias); 1 Dec 2007 15:43:18 -0000 Received: (qmail 24243 invoked by uid 22791); 1 Dec 2007 15:43:17 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 01 Dec 2007 15:42:51 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-243-91.inter.net.il [84.228.243.91]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JNG46202 (AUTH halo1); Sat, 1 Dec 2007 17:42:29 +0200 (IST) Date: Sat, 01 Dec 2007 15:43:00 -0000 Message-Id: From: Eli Zaretskii To: Vladimir Prus CC: gdb-patches@sources.redhat.com In-reply-to: <200712011423.21957.vladimir@codesourcery.com> (message from Vladimir Prus on Sat, 1 Dec 2007 14:23:21 +0300) Subject: Re: [RFC] Keep breakpoints always inserted. Reply-to: Eli Zaretskii References: <200712011423.21957.vladimir@codesourcery.com> 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: 2007-12/txt/msg00013.txt.bz2 > 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).