From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 691 invoked by alias); 10 Aug 2002 00:07:23 -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 683 invoked from network); 10 Aug 2002 00:07:21 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 10 Aug 2002 00:07:21 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 85A4A3D33 for ; Fri, 9 Aug 2002 20:07:17 -0400 (EDT) Message-ID: <3D545935.8010605@ges.redhat.com> Date: Fri, 09 Aug 2002 17:07:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020802 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [rfa:doco] Add ``maint print registers'' Content-Type: multipart/mixed; boundary="------------000906090801080902070601" X-SW-Source: 2002-08/txt/msg00225.txt.bz2 This is a multi-part message in MIME format. --------------000906090801080902070601 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 295 Hello, This adds documentation for the commands: maint print regiters maint print raw-registers maint print cooked-registers One thing I've noticed in the doco is that it refers to cooked but cooked is an internal thing explained (or it will be ...) in the internals document. ok? Andrew --------------000906090801080902070601 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 1102 Index: doc/ChangeLog 2002-08-09 Andrew Cagney * gdb.texinfo (Maintenance Commands): Document "maint print registers", "maint print raw-registers" and "maint print cooked-registers". Index: doc/gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.108 diff -u -r1.108 gdb.texinfo --- doc/gdb.texinfo 9 Aug 2002 16:41:25 -0000 1.108 +++ doc/gdb.texinfo 10 Aug 2002 00:04:08 -0000 @@ -14195,6 +14195,18 @@ @end table +@kindex maint print registers +@kindex maint print raw-registers +@kindex maint print cooked-registers +@item @anchor{maint print registers}maint print registers +@itemx @anchor{maint print raw-registers}maint print raw-registers +@itemx @anchor{maint print cooked-registers}maint print cooked-registers +Print @value{GDBN}'s internal register structure. @samp{maint print +raw-registers} includes the raw register cache value while @samp{maint +print cooked-registers} includes the cooked register value. + +Takes an optional file parameter. + @end table --------------000906090801080902070601--