Searched refs:set_cmd (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/cli/ |
| H A D | cli-setshow.c | 101 if (c->type == set_cmd) in do_setshow_command() 347 if (c->type == set_cmd && deprecated_set_hook) in do_setshow_command()
|
| H A D | cli-decode.h | 36 set_cmd,
|
| H A D | cli-decode.c | 309 gdb_assert (type == set_cmd || type == show_cmd); in add_set_or_show_cmd() 356 set = add_set_or_show_cmd (name, set_cmd, class, var_type, var, in add_setshow_cmd_full() 379 return add_set_or_show_cmd (name, set_cmd, class, var_type, var, doc, list); in add_set_cmd()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | kod.c | 147 if (cmd_type (command) != set_cmd) in kod_set_os()
|
| H A D | command.h | 49 set_cmd, enumerator
|
| H A D | top.c | 709 && c->type != set_cmd in execute_command() 726 else if (c->type == set_cmd || c->type == show_cmd) in execute_command()
|
| H A D | infrun.c | 496 if (cmd_type (c) == set_cmd) in set_schedlock_func()
|
| H A D | remote.c | 642 struct cmd_list_element *set_cmd; in add_packet_config_cmd() local
|
| H A D | ChangeLog-1990 | 1289 Removed hex-disassemble set_cmd. (This is not mips-specific, 1321 Removed the skip-prologue set_cmd. As with hex-disassemble (see
|
| H A D | ChangeLog-2002 | 11949 ``command->type'' is set_cmd.
|