From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2236 invoked by alias); 28 Nov 2011 18:47:16 -0000 Received: (qmail 2227 invoked by uid 22791); 28 Nov 2011 18:47:15 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Nov 2011 18:46:59 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LVD00000VZRL600@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Mon, 28 Nov 2011 20:46:57 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.229.142.228]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LVD000QPW69LB00@a-mtaout21.012.net.il>; Mon, 28 Nov 2011 20:46:57 +0200 (IST) Date: Mon, 28 Nov 2011 18:47:00 -0000 From: Eli Zaretskii Subject: Re: [RFC/WIP PATCH 06/14] Add base itsets support In-reply-to: <20111128153926.17761.97553.stgit@localhost6.localdomain6> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zkfg5bko.fsf@gnu.org> References: <20111128153742.17761.21459.stgit@localhost6.localdomain6> <20111128153926.17761.97553.stgit@localhost6.localdomain6> 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: 2011-11/txt/msg00781.txt.bz2 > From: Pedro Alves > Date: Mon, 28 Nov 2011 15:39:26 +0000 > > + add_com ("defset", no_class, defset_command, _("\ > +Add a new inferior.\n\ No, you didn't mean that. > + add_com ("undefset", no_class, undefset_command, _("\ > +Add a new inferior.\n\ Nor this. > + add_com ("whichsets", no_class, whichsets_command, _("\ > +Add a new inferior.\n\ This, neither. > + add_com ("viewset", no_class, viewset_command, _("\ > +Add a new inferior.\n\ Nor that. > + add_info ("itsets", itsets_info, _("\ > +Display the list of defined named itsets. You can specify numbers (e.g. \"info itsets 1 3\"), \ You cannot have periods in the first line of a doc string, because all the rest will be truncated by, e.g., `apropos'.