From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28085 invoked by alias); 28 Oct 2006 15:29:36 -0000 Received: (qmail 28076 invoked by uid 22791); 28 Oct 2006 15:29:36 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sat, 28 Oct 2006 15:29:31 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Gdq7l-00008z-NX for gdb-patches@sourceware.org; Sat, 28 Oct 2006 11:29:29 -0400 Date: Sat, 28 Oct 2006 15:29:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: Improve "help all" Message-ID: <20061028152928.GA396@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <200610272340.26372.vladimir@codesourcery.com> <200610281557.57708.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00303.txt.bz2 On Sat, Oct 28, 2006 at 02:26:19PM +0200, Eli Zaretskii wrote: > > From: Vladimir Prus > > Date: Sat, 28 Oct 2006 15:57:57 +0400 > > Cc: gdb-patches@sources.redhat.com > > > > Archived output is attached. > > Thanks. It looks fine to me. > > Perhaps we should assign classes to the 3 unclassified commands that > appear near the end. I think they all should go where `set' is, since > that's where their corresponding `set' commands are. Perhaps a strategic assertion when adding commands? Here's a couple of other things we noticed during the discussion that prompted this patch - lesser improvements than mentioning "apropos" prominently, I think: - The help output doesn't mention which class a command is in; this might be useful, for finding related commands. - I didn't even know "help all" existed until now. I couldn't find it in the manual, either. -- Daniel Jacobowitz CodeSourcery