* gdbcmd.h (togglelist): Delete.
authorDoug Evans <dje@google.com>
Wed, 17 Jul 2013 19:01:48 +0000 (19:01 +0000)
committerDoug Evans <dje@google.com>
Wed, 17 Jul 2013 19:01:48 +0000 (19:01 +0000)
* cli/cli-cmds.c (togglelist): Delete.
(init_cmd_lists): Update.
* cli/cli-cmds.h (togglelist): Delete.

gdb/ChangeLog
gdb/cli/cli-cmds.c
gdb/cli/cli-cmds.h
gdb/gdbcmd.h

index 3a8389806df051037dc72b3a8a0710b3b33f068d..cb951514609e29e4e6efcf1848077d182d2fbe35 100644 (file)
@@ -1,3 +1,10 @@
+2013-07-17  Doug Evans  <dje@google.com>
+
+       * gdbcmd.h (togglelist): Delete.
+       * cli/cli-cmds.c (togglelist): Delete.
+       (init_cmd_lists): Update.
+       * cli/cli-cmds.h (togglelist): Delete.
+
 2013-07-17  Tom Tromey  <tromey@redhat.com>
 
        * dwarf2read.c (dwarf2_per_objfile_free): Clear
 2013-07-17  Tom Tromey  <tromey@redhat.com>
 
        * dwarf2read.c (dwarf2_per_objfile_free): Clear
index bd2ca2d58febe7e97de3ff1cecf7e1d3fcbe4547..4c2825a93a15859b8b5cf171ec96c96ae2e8d040 100644 (file)
@@ -116,10 +116,6 @@ struct cmd_list_element *enablelist;
 
 struct cmd_list_element *disablelist;
 
 
 struct cmd_list_element *disablelist;
 
-/* Chain containing all defined toggle subcommands.  */
-
-struct cmd_list_element *togglelist;
-
 /* Chain containing all defined stop subcommands.  */
 
 struct cmd_list_element *stoplist;
 /* Chain containing all defined stop subcommands.  */
 
 struct cmd_list_element *stoplist;
@@ -1567,7 +1563,6 @@ init_cmd_lists (void)
   infolist = NULL;
   enablelist = NULL;
   disablelist = NULL;
   infolist = NULL;
   enablelist = NULL;
   disablelist = NULL;
-  togglelist = NULL;
   stoplist = NULL;
   deletelist = NULL;
   detachlist = NULL;
   stoplist = NULL;
   deletelist = NULL;
   detachlist = NULL;
index 34fe44554c693bf6ae7f8d213a760ddf508e6e81..2181f87a96bcdf340d9de0b6791259f745bd26de 100644 (file)
@@ -45,10 +45,6 @@ extern struct cmd_list_element *detachlist;
 
 extern struct cmd_list_element *killlist;
 
 
 extern struct cmd_list_element *killlist;
 
-/* Chain containing all defined toggle subcommands.  */
-
-extern struct cmd_list_element *togglelist;
-
 /* Chain containing all defined stop subcommands.  */
 
 extern struct cmd_list_element *stoplist;
 /* Chain containing all defined stop subcommands.  */
 
 extern struct cmd_list_element *stoplist;
index 3132d1bc2a327792d2096ea60c8f4a00a72b39d7..c9262f69c73db15b35b4b66c06d4c4f2e9fb1621 100644 (file)
@@ -55,10 +55,6 @@ extern struct cmd_list_element *detachlist;
 
 extern struct cmd_list_element *killlist;
 
 
 extern struct cmd_list_element *killlist;
 
-/* Chain containing all defined toggle subcommands.  */
-
-extern struct cmd_list_element *togglelist;
-
 /* Chain containing all defined stop subcommands.  */
 
 extern struct cmd_list_element *stoplist;
 /* Chain containing all defined stop subcommands.  */
 
 extern struct cmd_list_element *stoplist;