From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26270 invoked by alias); 13 May 2005 17:42:38 -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 26231 invoked from network); 13 May 2005 17:42:35 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 13 May 2005 17:42:35 -0000 Received: from zaretski (IGLD-83-130-254-105.inter.net.il [83.130.254.105]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id EJH28397 (AUTH halo1); Fri, 13 May 2005 20:42:27 +0300 (IDT) Date: Sat, 14 May 2005 07:13:00 -0000 From: "Eli Zaretskii" To: Orjan Friberg Message-ID: <01c557e2$Blat.v2.4$b5db4a00@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <4284C537.9060106@axis.com> (message from Orjan Friberg on Fri, 13 May 2005 17:18:15 +0200) Subject: Re: [commit/cris] Add guru mode setting for CRISv32 Reply-to: Eli Zaretskii References: <42849D2B.9030905@axis.com> <01c557bd$Blat.v2.4$cc59cd80@zahav.net.il> <4284C537.9060106@axis.com> X-SW-Source: 2005-05/txt/msg00330.txt.bz2 > Date: Fri, 13 May 2005 17:18:15 +0200 > From: Orjan Friberg > CC: gdb-patches@sources.redhat.com > > I'm sorry; I hadn't even realized there was a CRIS section in the manual. > > Ok to commit? > > 2005-05-13 Orjan Friberg > > * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi > documentation. Add documentation for cris-mode. Yes, but... > @item show cris-dwarf2-cfi > Show the current state of using DWARF-2 CFI. > @end table > > +@item set cris-mode @var{mode} @item is only valid inside a @table, so @end table needs to be moved after the 2 new @items you added. (It is worthwhile to try to produce the manual after you make a change in the *.texinfo files, since then makeinfo will point out any problems.) > +@cindex CRIS mode > +Set the current CRIS mode to @var{mode}. It should only be changed when > +debugging in guru mode, in which case it should be set to > +@samp{CRIS_MODE_GURU} (the default is @samp{CRIS_MODE_NORMAL}). What are CRIS_MODE_GURU and CRIS_MODE_NORMAL? are they literal strings or some symbols? That is, do I type (gdb) set cris-mode CRIS_MODE_GURU ? If so, why are they in CAPS? > +@item show cris-mode > +Show the current CRIS mode. The @end table should go after this part. Thanks for a timely response.