]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Rename "set debug coff_pe_read" command to "set debug coff-pe-read".
authorPedro Alves <palves@redhat.com>
Wed, 27 Mar 2013 09:58:57 +0000 (09:58 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 27 Mar 2013 09:58:57 +0000 (09:58 +0000)
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".

gdb/ChangeLog
gdb/coff-pe-read.c

index 49a7a963ba515b27af964c45f24ad9829b303abb..6e2c8dda6e31edf73947519fa78708a17baed37b 100644 (file)
@@ -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  Pedro Alves  <palves@redhat.com>
 
        * coff-pe-read.c (_initialize_coff_pe_read): Make the command
index 01e9b51dc2df22a9c7cad9cbeb7b7d103662fee4..4be349d1ff4cb48b6c209216512c846398693e82 100644 (file)
@@ -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."),