From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19847 invoked by alias); 6 Aug 2012 15:29:53 -0000 Received: (qmail 19836 invoked by uid 22791); 6 Aug 2012 15:29:51 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Aug 2012 15:29:36 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1SyPFO-0002W2-Co from Yao_Qi@mentor.com ; Mon, 06 Aug 2012 08:29:34 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 6 Aug 2012 08:29:34 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.1.289.1; Mon, 6 Aug 2012 08:29:33 -0700 From: Yao Qi To: , Eli Zaretskii Subject: Re: [obv] add kindex for set remote hardware-{watchpoint,breakpoint}-limit Date: Mon, 06 Aug 2012 15:29:00 -0000 Message-ID: <1981863.INEZdKZT0P@qiyao.dyndns.org> User-Agent: KMail/4.8.3 (Linux/3.3.7-1.fc16.i686; KDE/4.8.3; i686; ; ) In-Reply-To: <83ipd0au60.fsf@gnu.org> References: <1344005996-9097-1-git-send-email-yao@codesourcery.com> <83ipd0au60.fsf@gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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/msg00179.txt.bz2 On Friday, August 03, 2012 06:09:59 PM Eli Zaretskii wrote: > 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. >=20 > 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. Hi, Eli, The reason I post this patch is that I was unable to find 'set remote=20 hardware-breakpoint-limit' in 'Command and Variable Index'. I thought we n= eed=20 kindex for *every* command in documentation, and that is why we need "index= ".=20=20 Otherwise, the criteria of using kindex is not clear, IMO. --=20 Yao (=E9=BD=90=E5=B0=A7)