From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11372 invoked by alias); 20 May 2013 19:05:49 -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 11352 invoked by uid 89); 20 May 2013 19:05:48 -0000 X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_NIX_SPAM,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 20 May 2013 19:05:46 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MN400H002CREX00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 20 May 2013 22:05:43 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MN400HD42DJ6560@a-mtaout20.012.net.il>; Mon, 20 May 2013 22:05:43 +0300 (IDT) Date: Mon, 20 May 2013 19:05:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 3/5] range stepping: gdb In-reply-to: <519A6EC1.6070306@redhat.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83wqqtv5ds.fsf@gnu.org> References: <20130514191026.13213.39574.stgit@brno.lan> <20130514191047.13213.8476.stgit@brno.lan> <83k3n173ao.fsf@gnu.org> <5193621C.50603@redhat.com> <83ppws5w00.fsf@gnu.org> <519381E9.3020007@redhat.com> <83bo8c5pb7.fsf@gnu.org> <5193948A.9090609@redhat.com> <5193D1FE.9070804@redhat.com> <83sj1n4fum.fsf@gnu.org> <519A6EC1.6070306@redhat.com> X-SW-Source: 2013-05/txt/msg00742.txt.bz2 > Date: Mon, 20 May 2013 19:43:13 +0100 > From: Pedro Alves > CC: gdb-patches@sourceware.org > > On 05/16/2013 07:08 AM, Eli Zaretskii wrote: > >> Date: Wed, 15 May 2013 19:20:46 +0100 > >> From: Pedro Alves > >> CC: gdb-patches@sourceware.org > >> > >> What do you think of this? > > > > I think it's a really good and clear description. > > > >> I'm okay with removing the whole second paragraph ("If the range is > >> empty...") if you think the first paragraph is already clear enough. > > > > The first paragraph is clear enough, but I find the second paragraph > > reassuring me in that the interpretation of the first was correct. So > > I think it is better to leave both. > > Sorry for taking long to respond, and letting the context potentially > slip from you. Here's the full updated patch with that bit merged in. > Nothing else in the docs changed. I've updated a comment in > gdbthread.h, giving it a similar clarification treatment. That's OK with me, thanks.