* gdbcmd.h (detachlist): Declare.
[deliverable/binutils-gdb.git] / gdb / cli / cli-cmds.c
index fdff3942cfc8b4b7f325556281df21800bd3a161..5359ed47264b726e47ec9ca4538008f251e2fa20 100644 (file)
@@ -122,6 +122,10 @@ struct cmd_list_element *stoplist;
 
 struct cmd_list_element *deletelist;
 
+/* Chain containing all defined detach subcommands. */
+
+struct cmd_list_element *detachlist;
+
 /* Chain containing all defined "enable breakpoint" subcommands. */
 
 struct cmd_list_element *enablebreaklist;
@@ -1089,6 +1093,7 @@ init_cmd_lists (void)
   togglelist = NULL;
   stoplist = NULL;
   deletelist = NULL;
+  detachlist = NULL;
   enablebreaklist = NULL;
   setlist = NULL;
   unsetlist = NULL;
This page took 0.032425 seconds and 4 git commands to generate.