gdb: introduce new 'maint flush ' prefix command
[deliverable/binutils-gdb.git] / gdb / cli / cli-cmds.c
index 54822fad481cbe4f5dbac078b8fada4070f59467..88c83cd63198d3de569c9365559cbfd5275d3514 100644 (file)
@@ -151,6 +151,10 @@ struct cmd_list_element *maintenanceprintlist;
 
 struct cmd_list_element *maintenancechecklist;
 
+/* Chain containing all defined "maintenance flush" subcommands.  */
+
+struct cmd_list_element *maintenanceflushlist;
+
 struct cmd_list_element *setprintlist;
 
 struct cmd_list_element *showprintlist;
This page took 0.022623 seconds and 4 git commands to generate.