summaryrefslogtreecommitdiff
path: root/gdb/coff-pe-read.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-03-27 09:47:41 +0000
committerPedro Alves <palves@redhat.com>2013-03-27 09:47:41 +0000
commit826ecc4da3e4c9a2aac873e7f4cc28cde946476a (patch)
tree9a23b0fa9acef7ae6170f7aa7c93ee552f2ce3e7 /gdb/coff-pe-read.c
parent0ccfeeae972c51bf2c8c3bc5a66d72d62f75398d (diff)
downloadbinutils-gdb-826ecc4da3e4c9a2aac873e7f4cc28cde946476a.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/coff-pe-read.c b/gdb/coff-pe-read.c
index 01e9b51dc2d..4be349d1ff4 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."),