From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31418 invoked by alias); 15 Jan 2003 17:57:35 -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 31409 invoked from network); 15 Jan 2003 17:57:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 15 Jan 2003 17:57:34 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h0FHTFB01869 for ; Wed, 15 Jan 2003 12:29:15 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0FHvXa14215 for ; Wed, 15 Jan 2003 12:57:33 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0FHvRC06838; Wed, 15 Jan 2003 12:57:29 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id 12992FF79; Wed, 15 Jan 2003 13:01:44 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15909.41480.492992.568410@localhost.redhat.com> Date: Wed, 15 Jan 2003 17:57:00 -0000 To: Eli Zaretskii Cc: schwab@suse.de, ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: make info warnings In-Reply-To: <9743-Wed15Jan2003192623+0200-eliz@is.elta.co.il> References: <15909.30080.816161.5429@localhost.redhat.com> <9743-Wed15Jan2003192623+0200-eliz@is.elta.co.il> X-SW-Source: 2003-01/txt/msg00571.txt.bz2 Eli Zaretskii writes: > > From: Andreas Schwab > > Date: Wed, 15 Jan 2003 16:58:58 +0100 > > > > Elena Zannoni writes: > > > > |> these are the lines that generate the warnings. > > |> > > |> @item htrace record @var{[data]*} > > |> @item htrace rewind @var{[filename]} > > |> @item htrace print @var{[start [len]]} > > > > IMHO this should be written like this: > > > > @item htrace record [@var{data}]* > > @item htrace rewind [@var{filename}] > > @item htrace print [@var{start} [@var{len}]] > > Yes, that's the right fix. It makes the printed version look better, > too. Ok, here is a patch. I checked it in. Elena 2003-01-15 Elena Zannoni (OpenRISC 1000): Fix formatting of command names. Index: gdb.texinfo =================================================================== RCS file: /cvs/uberbaum/gdb/doc/gdb.texinfo,v retrieving revision 1.138 diff -u -p -r1.138 gdb.texinfo --- gdb.texinfo 15 Jan 2003 14:31:59 -0000 1.138 +++ gdb.texinfo 15 Jan 2003 17:55:36 -0000 @@ -11904,7 +11904,7 @@ Set acquisition qualifier for HW trace. Set HW trace stopping criteria. @kindex htrace record -@item htrace record @var{[data]*} +@item htrace record [@var{data}]* Selects the data to be recorded, when qualifier is met and HW trace was triggered. @@ -11915,14 +11915,14 @@ triggered. Enables/disables the HW trace. @kindex htrace rewind -@item htrace rewind @var{[filename]} +@item htrace rewind [@var{filename}] Clears currently recorded trace data. If filename is specified, new trace file is made and any newly collected data will be written there. @kindex htrace print -@item htrace print @var{[start [len]]} +@item htrace print [@var{start} [@var{len}]] Prints trace buffer, using current record configuration. @kindex htrace mode continuous