From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18908 invoked by alias); 13 Mar 2004 14:21:52 -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 18901 invoked from network); 13 Mar 2004 14:21:52 -0000 Received: from unknown (HELO mallaury.noc.nerim.net) (62.4.17.106) by sources.redhat.com with SMTP; 13 Mar 2004 14:21:52 -0000 Received: from nerim.fr (stcarrez.net1.nerim.net [62.212.108.40]) by mallaury.noc.nerim.net (Postfix) with ESMTP id 13BA762D57; Sat, 13 Mar 2004 15:21:50 +0100 (CET) Message-ID: <405318FE.8000904@nerim.fr> Date: Fri, 19 Mar 2004 00:09:00 -0000 From: Stephane Carrez User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [RFA]: Document tui reg commands X-Enigmail-Version: 0.76.8.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig97FA5B44A13C9EECCE21BC30" X-SW-Source: 2004-03/txt/msg00302.txt.bz2 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig97FA5B44A13C9EECCE21BC30 Content-Type: multipart/mixed; boundary="------------000509020001010804040109" This is a multi-part message in MIME format. --------------000509020001010804040109 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 201 Hi! This is the documentation part of the new TUI reg commands. Ok to commit? Stephane 2004-03-13 Stephane Carrez * gdb.texinfo (TUI Commands): Document tui reg commands. --------------000509020001010804040109 Content-Type: text/plain; name="doc.diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="doc.diffs" Content-length: 1086 Index: doc/gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.200 diff -u -p -r1.200 gdb.texinfo --- doc/gdb.texinfo 9 Mar 2004 16:16:35 -0000 1.200 +++ doc/gdb.texinfo 13 Mar 2004 13:24:43 -0000 @@ -14232,6 +14232,25 @@ can be affected to another window. @item refresh @kindex refresh Refresh the screen. This is similar to using @key{C-L} key. + +@item tui reg float +@kindex tui reg float +Show the floating point registers in the register window. + +@item tui reg general +@kindex tui reg general +Show the general registers in the register window. + +@item tui reg next +@kindex tui reg next +Show the next register group. The list of register groups as well as +their order is target specific. The predefined register groups are the +following: @code{general}, @code{float}, @code{system}, @code{vector}, +@code{all}, @code{save}, @code{restore}. + +@item tui reg system +@kindex tui reg system +Show the system registers in the register window. @item update @kindex update --------------000509020001010804040109-- --------------enig97FA5B44A13C9EECCE21BC30 Content-Type: application/pgp-signature Content-length: 253 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org iD8DBQFAUxj/NyQxO2LzKT0RAszFAJ4gVFEvY1CbxYvpACvK82PR3ZZPEQCgrC4H AnIHB0aZjPjoSCiJ2o+GxnY= =sH2s -----END PGP SIGNATURE----- --------------enig97FA5B44A13C9EECCE21BC30-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18908 invoked by alias); 13 Mar 2004 14:21:52 -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 18901 invoked from network); 13 Mar 2004 14:21:52 -0000 Received: from unknown (HELO mallaury.noc.nerim.net) (62.4.17.106) by sources.redhat.com with SMTP; 13 Mar 2004 14:21:52 -0000 Received: from nerim.fr (stcarrez.net1.nerim.net [62.212.108.40]) by mallaury.noc.nerim.net (Postfix) with ESMTP id 13BA762D57; Sat, 13 Mar 2004 15:21:50 +0100 (CET) Message-ID: <405318FE.8000904@nerim.fr> Date: Sat, 13 Mar 2004 14:21:00 -0000 From: Stephane Carrez User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [RFA]: Document tui reg commands X-Enigmail-Version: 0.76.8.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig97FA5B44A13C9EECCE21BC30" X-SW-Source: 2004-03.o/txt/msg00302.txt Message-ID: <20040313142100.mgZ27nRU7canwn-wXgfzNA55UkpeuRLTxVYzmBj9-ro@z> This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig97FA5B44A13C9EECCE21BC30 Content-Type: multipart/mixed; boundary="------------000509020001010804040109" This is a multi-part message in MIME format. --------------000509020001010804040109 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 201 Hi! This is the documentation part of the new TUI reg commands. Ok to commit? Stephane 2004-03-13 Stephane Carrez * gdb.texinfo (TUI Commands): Document tui reg commands. --------------000509020001010804040109 Content-Type: text/plain; name="doc.diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="doc.diffs" Content-length: 1086 Index: doc/gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.200 diff -u -p -r1.200 gdb.texinfo --- doc/gdb.texinfo 9 Mar 2004 16:16:35 -0000 1.200 +++ doc/gdb.texinfo 13 Mar 2004 13:24:43 -0000 @@ -14232,6 +14232,25 @@ can be affected to another window. @item refresh @kindex refresh Refresh the screen. This is similar to using @key{C-L} key. + +@item tui reg float +@kindex tui reg float +Show the floating point registers in the register window. + +@item tui reg general +@kindex tui reg general +Show the general registers in the register window. + +@item tui reg next +@kindex tui reg next +Show the next register group. The list of register groups as well as +their order is target specific. The predefined register groups are the +following: @code{general}, @code{float}, @code{system}, @code{vector}, +@code{all}, @code{save}, @code{restore}. + +@item tui reg system +@kindex tui reg system +Show the system registers in the register window. @item update @kindex update --------------000509020001010804040109-- --------------enig97FA5B44A13C9EECCE21BC30 Content-Type: application/pgp-signature Content-length: 253 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org iD8DBQFAUxj/NyQxO2LzKT0RAszFAJ4gVFEvY1CbxYvpACvK82PR3ZZPEQCgrC4H AnIHB0aZjPjoSCiJ2o+GxnY= =sH2s -----END PGP SIGNATURE----- --------------enig97FA5B44A13C9EECCE21BC30--