Emit inferior, thread and frame selection events to all UIs
[deliverable/binutils-gdb.git] / gdb / cli / cli-decode.h
index 4ea8063f87b9cbd43a66488648cdd0984b90d36c..4ef2e1b28473cc7ef5867c7f4ec0bd5ecabcc12b 100644 (file)
@@ -218,6 +218,12 @@ struct cmd_list_element
 
     /* Link pointer for aliases on an alias list.  */
     struct cmd_list_element *alias_chain;
+
+    /* If non-null, the pointer to a field in 'struct
+       cli_suppress_notification', which will be set to true in cmd_func
+       when this command is being executed.  It will be set back to false
+       when the command has been executed.  */
+    int *suppress_notification;
   };
 
 extern void help_cmd_list (struct cmd_list_element *, enum command_class,
This page took 0.024034 seconds and 4 git commands to generate.