Searched refs:all_commands (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-dump.c | 414 c = add_cmd (name, all_commands, NULL, descr, &dump_cmdlist); in add_dump_command() 422 c = add_cmd (name, all_commands, NULL, descr, &append_cmdlist); in add_dump_command() 698 add_prefix_cmd ("srec", all_commands, srec_dump_command, "\ in _initialize_cli_dump() 704 add_prefix_cmd ("ihex", all_commands, ihex_dump_command, "\ in _initialize_cli_dump() 710 add_prefix_cmd ("tekhex", all_commands, tekhex_dump_command, "\ in _initialize_cli_dump() 716 add_prefix_cmd ("binary", all_commands, binary_dump_command, "\ in _initialize_cli_dump() 722 add_prefix_cmd ("binary", all_commands, binary_append_command, "\ in _initialize_cli_dump() 728 add_cmd ("memory", all_commands, dump_srec_memory, "\ in _initialize_cli_dump() 734 add_cmd ("value", all_commands, dump_srec_value, "\ in _initialize_cli_dump() 740 add_cmd ("memory", all_commands, dump_ihex_memory, "\ in _initialize_cli_dump() [all …]
|
H A D | cli-decode.c | 771 help_list (*c->prefixlist, c->prefixname, all_commands, stream); in help_cmd() 865 help_cmd_list (*c->prefixlist, all_commands, c->prefixname, 0, stream); in help_all() 928 (class == all_commands in help_cmd_list()
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | command.h | 33 class_deprecated, all_classes = -2, all_commands = -1, enumerator
|
H A D | mips-tdep.c | 4207 help_list (showmipscmdlist, "show mips ", all_commands, gdb_stdout); in show_mips_command() 4215 help_list (setmipscmdlist, "set mips ", all_commands, gdb_stdout); in set_mips_command()
|
H A D | arm-tdep.c | 2333 help_list (setarmcmdlist, "set arm ", all_commands, gdb_stdout); in set_arm_command()
|