Rename "set debug coff_pe_read" command to "set debug coff-pe-read".
Hyphens are much more common than underscores in command names. gdb/ 2013-03-27 Pedro Alves <palves@redhat.com> * coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug coff_pe_read" command to "set debug coff-pe-read".
This commit is contained in:
parent
0ccfeeae97
commit
826ecc4da3
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-03-27 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* coff-pe-read.c (_initialize_coff_pe_read): Rename "set debug
|
||||
coff_pe_read" command to "set debug coff-pe-read".
|
||||
|
||||
2013-03-27 Markus Metzger <markus.t.metzger@intel.com>
|
||||
|
||||
* record.c (command_size_to_target_size): Fix size comparison.
|
||||
|
|
|
@ -707,7 +707,7 @@ void _initialize_coff_pe_read (void);
|
|||
void
|
||||
_initialize_coff_pe_read (void)
|
||||
{
|
||||
add_setshow_zuinteger_cmd ("coff_pe_read", class_maintenance,
|
||||
add_setshow_zuinteger_cmd ("coff-pe-read", class_maintenance,
|
||||
&debug_coff_pe_read,
|
||||
_("Set coff PE read debugging."),
|
||||
_("Show coff PE read debugging."),
|
||||
|
|
Loading…
Add table
Reference in a new issue