Searched refs:set_cmd (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/cli/ |
| D | cli-setshow.c | 100 if (c->type == set_cmd) in do_setshow_command() 346 if (c->type == set_cmd && set_hook) in do_setshow_command()
|
| D | cli-decode.h | 36 set_cmd,
|
| D | cli-decode.c | 309 gdb_assert (type == set_cmd || type == show_cmd); in add_set_or_show_cmd() 340 set = add_set_or_show_cmd (name, set_cmd, class, var_type, var, in add_setshow_cmd_full() 383 return add_set_or_show_cmd (name, set_cmd, class, var_type, var, doc, list); in add_set_cmd()
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | kod.c | 146 if (cmd_type (command) != set_cmd) in kod_set_os()
|
| D | command.h | 49 set_cmd, enumerator
|
| D | top.c | 718 && c->type != set_cmd in execute_command() 735 else if (c->type == set_cmd || c->type == show_cmd) in execute_command()
|
| D | infrun.c | 517 if (cmd_type (c) == set_cmd) in set_schedlock_func()
|
| D | remote.c | 648 struct cmd_list_element *set_cmd; in add_packet_config_cmd() local
|