Searched refs:all_commands (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/cli/ |
| 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 …]
|
| D | cli-decode.c | 685 help_list (*c->prefixlist, c->prefixname, all_commands, stream); in help_cmd() 779 help_cmd_list (*c->prefixlist, all_commands, c->prefixname, 0, stream); in help_all() 842 (class == all_commands in help_cmd_list()
|
| /freebsd-12-stable/usr.bin/top/ |
| D | commands.h | 59 extern const struct command all_commands[];
|
| D | commands.c | 54 const struct command all_commands[] = variable 96 curcmd = all_commands; in show_help()
|
| D | top.c | 792 cptr = all_commands; in main()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | command.h | 33 class_deprecated, all_classes = -2, all_commands = -1, enumerator
|
| D | arm-tdep.c | 2361 help_list (setarmcmdlist, "set arm ", all_commands, gdb_stdout); in set_arm_command()
|
| D | mips-tdep.c | 4813 help_list (showmipscmdlist, "show mips ", all_commands, gdb_stdout); in show_mips_command() 4821 help_list (setmipscmdlist, "set mips ", all_commands, gdb_stdout); in set_mips_command()
|