Searched refs:all_commands (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/cli/ |
H A D | cli-dump.c | 399 c = add_cmd (name, all_commands, NULL, descr, &dump_cmdlist); in add_dump_command() 407 c = add_cmd (name, all_commands, NULL, descr, &append_cmdlist); in add_dump_command() 689 add_prefix_cmd ("srec", all_commands, srec_dump_command, in _initialize_cli_dump() 695 add_prefix_cmd ("ihex", all_commands, ihex_dump_command, in _initialize_cli_dump() 701 add_prefix_cmd ("tekhex", all_commands, tekhex_dump_command, in _initialize_cli_dump() 707 add_prefix_cmd ("binary", all_commands, binary_dump_command, in _initialize_cli_dump() 713 add_prefix_cmd ("binary", all_commands, binary_append_command, in _initialize_cli_dump() 719 add_cmd ("memory", all_commands, dump_srec_memory, _("\ in _initialize_cli_dump() 725 add_cmd ("value", all_commands, dump_srec_value, _("\ in _initialize_cli_dump() 731 add_cmd ("memory", all_commands, dump_ihex_memory, _("\ in _initialize_cli_dump() [all …]
|
H A D | cli-decode.c | 959 help_list (*c->prefixlist, c->prefixname, all_commands, stream); in help_cmd() 1139 help_cmd_list (*c->prefixlist, all_commands, c->prefixname, 1, stream); in print_help_for_command() 1167 && (class == all_commands in help_cmd_list()
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | command.h | 36 class_deprecated = -3, all_classes = -2, all_commands = -1, enumerator
|
H A D | record.c | 248 help_list (set_record_cmdlist, "set record ", all_commands, gdb_stdout); in set_record_command()
|
H A D | record-full.c | 2902 help_list (set_record_full_cmdlist, "set record full ", all_commands, in set_record_full_command()
|
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | python.c | 1410 help_list (user_set_python_list, "set python ", all_commands, in user_set_python()
|