]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdbmi.texinfo (-data-list-register-names): Document "-numbers"
authorKeith Seitz <keiths@redhat.com>
Fri, 9 Aug 2002 20:03:45 +0000 (20:03 +0000)
committerKeith Seitz <keiths@redhat.com>
Fri, 9 Aug 2002 20:03:45 +0000 (20:03 +0000)
        option.

gdb/mi/ChangeLog
gdb/mi/gdbmi.texinfo

index d2fc19fdd8869bc54a3068413fc66477a105fb7b..3e6768a3c01dbcf298916a9c317221a0163c5ebd 100644 (file)
@@ -5,6 +5,8 @@
 
 2002-08-09  Keith Seitz  <keiths@redhat.com>
 
+       * gdbmi.texinfo (-data-list-register-names): Document "-numbers"
+       option.
        * mi-main.c (mi_cmd_data_list_register_names): Add "-numbers"
        option.
 
index bebd6788e5502981946dcdcb33614d33318380c4..fab7cba8096f207faf6e18a103ef9fc392ad3c1f 100644 (file)
@@ -1339,7 +1339,7 @@ args=[],file="try.c",line="5"@}
 @subsubheading Synopsis
 
 @example
- -data-list-register-names [ ( @var{regno} )+ ]
+ -data-list-register-names [ [ -numbers ] ( @var{regno} )+ ]
 @end example
 
 Show a list of register names for the current target.  If no arguments
@@ -1349,6 +1349,9 @@ names of the registers corresponding to the arguments.  To ensure
 consistency between a register name and its number, the output list may
 include empty register names.
 
+When the "-numbers" option is used, it will return the list of register
+numbers in addition to the register names.
+
 @subsubheading @value{GDBN} Command
 
 @value{GDBN} does not have a command which corresponds to