From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19836 invoked by alias); 3 Aug 2012 15:10:57 -0000 Received: (qmail 19822 invoked by uid 22791); 3 Aug 2012 15:10:54 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Aug 2012 15:10:33 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M8600300PLNN200@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Fri, 03 Aug 2012 18:10:04 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M8600339Q4SON10@a-mtaout22.012.net.il>; Fri, 03 Aug 2012 18:10:04 +0300 (IDT) Date: Fri, 03 Aug 2012 15:10:00 -0000 From: Eli Zaretskii Subject: Re: [obv] add kindex for set remote hardware-{watchpoint,breakpoint}-limit In-reply-to: <1344005996-9097-1-git-send-email-yao@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ipd0au60.fsf@gnu.org> References: <1344005996-9097-1-git-send-email-yao@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: 2012-08/txt/msg00116.txt.bz2 > From: Yao Qi > Date: Fri, 3 Aug 2012 22:59:56 +0800 > > This patch adds kindex for set remote hardware-{watchpoint,breakpoint}-limit. > Applied as obvious. Sorry, but it isn't obvious. You will see that this whole node has only one kindex entry: "@kindex set remote". There are other "set remote SOMETHING" commands described there, but none of them has a @kindex entry. The reason for that is simple: it is not useful to have several index entries that all begin with the same string and all point to the same page. So please revert that commit.