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.
@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
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