Add "maint check xml-descriptions" to test builtin xml target descriptions
[deliverable/binutils-gdb.git] / gdb / cli / cli-cmds.c
index af750d3ec9547bc21bf1467557d9037acee5f733..8f0376e5f03d566588a7693e3dcc9858d137ddc3 100644 (file)
@@ -168,6 +168,10 @@ struct cmd_list_element *maintenanceinfolist;
 
 struct cmd_list_element *maintenanceprintlist;
 
+/* Chain containing all defined "maintenance check" subcommands.  */
+
+struct cmd_list_element *maintenancechecklist;
+
 struct cmd_list_element *setprintlist;
 
 struct cmd_list_element *showprintlist;
This page took 0.023978 seconds and 4 git commands to generate.