X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fcli%2Fcli-cmds.c;h=88c83cd63198d3de569c9365559cbfd5275d3514;hb=50a5f1878e22b09ebea30ad60a2164b80af6efdb;hp=54822fad481cbe4f5dbac078b8fada4070f59467;hpb=7393df7f3fb404a605af9f2b9d4b8698c6fcc7df;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index 54822fad48..88c83cd631 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -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;