diff options
author | Pedro Alves <palves@redhat.com> | 2013-03-27 09:47:41 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2013-03-27 09:47:41 +0000 |
commit | 826ecc4da3e4c9a2aac873e7f4cc28cde946476a (patch) | |
tree | 9a23b0fa9acef7ae6170f7aa7c93ee552f2ce3e7 /gdb/coff-pe-read.c | |
parent | 0ccfeeae972c51bf2c8c3bc5a66d72d62f75398d (diff) | |
download | gdb-826ecc4da3e4c9a2aac873e7f4cc28cde946476a.zip gdb-826ecc4da3e4c9a2aac873e7f4cc28cde946476a.tar.gz gdb-826ecc4da3e4c9a2aac873e7f4cc28cde946476a.tar.bz2 |
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".
Diffstat (limited to 'gdb/coff-pe-read.c')
-rw-r--r-- | gdb/coff-pe-read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/coff-pe-read.c b/gdb/coff-pe-read.c index 01e9b51..4be349d 100644 --- a/gdb/coff-pe-read.c +++ b/gdb/coff-pe-read.c @@ -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."), |