X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Frecord-full.c;h=9d6e403e57611562a47419ffdcaa5d97d84d222e;hb=0743fc83c03da263953dfc393a66744a08770365;hp=9c8bd18149bcc0e7aabdc2ce9eabe19195280861;hpb=e409955ddcc33743044f217a3cc0541e0e6211b7;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/record-full.c b/gdb/record-full.c index 9c8bd18149..9d6e403e57 100644 --- a/gdb/record-full.c +++ b/gdb/record-full.c @@ -2794,25 +2794,6 @@ set_record_full_insn_max_num (const char *args, int from_tty, } } -/* The "set record full" command. */ - -static void -set_record_full_command (const char *args, int from_tty) -{ - printf_unfiltered (_("\"set record full\" must be followed " - "by an appropriate subcommand.\n")); - help_list (set_record_full_cmdlist, "set record full ", all_commands, - gdb_stdout); -} - -/* The "show record full" command. */ - -static void -show_record_full_command (const char *args, int from_tty) -{ - cmd_show_list (show_record_full_cmdlist, from_tty, ""); -} - void _initialize_record_full (); void _initialize_record_full () @@ -2844,13 +2825,13 @@ Argument is filename. File must be created with 'record save'."), set_cmd_completer (c, filename_completer); deprecate_cmd (c, "record full restore"); - add_prefix_cmd ("full", class_support, set_record_full_command, - _("Set record options."), &set_record_full_cmdlist, - "set record full ", 0, &set_record_cmdlist); + add_basic_prefix_cmd ("full", class_support, + _("Set record options."), &set_record_full_cmdlist, + "set record full ", 0, &set_record_cmdlist); - add_prefix_cmd ("full", class_support, show_record_full_command, - _("Show record options."), &show_record_full_cmdlist, - "show record full ", 0, &show_record_cmdlist); + add_show_prefix_cmd ("full", class_support, + _("Show record options."), &show_record_full_cmdlist, + "show record full ", 0, &show_record_cmdlist); /* Record instructions number limit command. */ add_setshow_boolean_cmd ("stop-at-limit", no_class,