mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
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:
@ -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."),
|
||||
|
Reference in New Issue
Block a user