From: Keith Seitz Date: Fri, 9 Aug 2002 20:03:45 +0000 (+0000) Subject: * gdbmi.texinfo (-data-list-register-names): Document "-numbers" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d0a6c9cf968b8bd9cee468a8b7b248673dca2c3;p=thirdparty%2Fbinutils-gdb.git * gdbmi.texinfo (-data-list-register-names): Document "-numbers" option. --- diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index d2fc19fdd88..3e6768a3c01 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -5,6 +5,8 @@ 2002-08-09 Keith Seitz + * gdbmi.texinfo (-data-list-register-names): Document "-numbers" + option. * mi-main.c (mi_cmd_data_list_register_names): Add "-numbers" option. diff --git a/gdb/mi/gdbmi.texinfo b/gdb/mi/gdbmi.texinfo index bebd6788e55..fab7cba8096 100644 --- a/gdb/mi/gdbmi.texinfo +++ b/gdb/mi/gdbmi.texinfo @@ -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