From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12645 invoked by alias); 17 Sep 2014 05:14:30 -0000 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 Received: (qmail 12636 invoked by uid 89); 17 Sep 2014 05:14:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PSBL,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout28.012.net.il Received: from mtaout28.012.net.il (HELO mtaout28.012.net.il) (80.179.55.184) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 17 Sep 2014 05:14:28 +0000 Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NC100D004UTHE00@mtaout28.012.net.il> for gdb-patches@sourceware.org; Wed, 17 Sep 2014 08:13:21 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NC10097F569OT50@mtaout28.012.net.il>; Wed, 17 Sep 2014 08:13:21 +0300 (IDT) Date: Wed, 17 Sep 2014 05:14:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH/DOC RFA] Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto" In-reply-to: <1410913576-4928-1-git-send-email-palves@redhat.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <8338bq4ymn.fsf@gnu.org> References: <1410913576-4928-1-git-send-email-palves@redhat.com> X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00567.txt.bz2 > From: Pedro Alves > Date: Wed, 17 Sep 2014 01:26:16 +0100 > > So with that in mind, and aiming at reducing all-stop vs non-stop > differences for all-stop-on-stop-of-non-stop, this patch fixes > "breakpoint always-inserted off" to not remove breakpoints from the > target until it fully stops, and then removes the "auto" setting as > unnecessary. I propose removing it straight away rather than keeping > it as an alias, unless someone complains they have scripts that need > it and that can't adjust. OK for the documentation parts. Thanks.