From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2711 invoked by alias); 6 Nov 2004 09:59:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2659 invoked from network); 6 Nov 2004 09:59:48 -0000 Received: from unknown (HELO balder.inter.net.il) (192.114.186.15) by sourceware.org with SMTP; 6 Nov 2004 09:59:48 -0000 Received: from zaretski (pns03-208-208.inter.net.il [80.230.208.208]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id DVV17004 (AUTH halo1); Sat, 6 Nov 2004 11:59:00 +0200 (IST) Date: Sat, 06 Nov 2004 09:59:00 -0000 From: "Eli Zaretskii" To: Randolph Chung Message-ID: <01c4c3e6$Blat.v2.2.2$9dd08780@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: cagney@gnu.org, gdb-patches@sources.redhat.com In-reply-to: <20041106012938.GB15714@tausq.org> (message from Randolph Chung on Fri, 5 Nov 2004 17:29:38 -0800) Subject: Re: [RFC] rudimentary infrun debugging Reply-to: Eli Zaretskii References: <20041105190530.GB7666@tausq.org> <418BE3B9.8060605@gnu.org> <20041106005311.GA15714@tausq.org> <418C2414.7090203@gnu.org> <20041106012938.GB15714@tausq.org> X-SW-Source: 2004-11/txt/msg00108.txt.bz2 > Date: Fri, 5 Nov 2004 17:29:38 -0800 > From: Randolph Chung > Cc: gdb-patches@sources.redhat.com > > +@item set debug infrun > +@cindex inferior debugging info > +Turns on or off display of @value{GDBN} debugging info for running the inferior. > +The default is off. Could you please add a sentence or two describing what info is printed? (Some of the other "set debug ..." commands have such a description, which you could use as an example.) I think "debugging info for running the inferior" is not very descriptive, and will leave the reader wondering in what situation it is useful. > +@item show debug frame ^^^^^ A cut-n-paste typo. > +Displays the current state of displaying @value{GDBN} inferior debugging Can you reword "Displays the current state of displaying" so that it doesn't use ``display'' twice? Otherwise, the doco patch is fine with me; thanks.