Home
last modified time | relevance | path

Searched refs:set_cmd (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/cli/
Dcli-setshow.c100 if (c->type == set_cmd) in do_setshow_command()
346 if (c->type == set_cmd && set_hook) in do_setshow_command()
Dcli-decode.h36 set_cmd,
Dcli-decode.c309 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/
Dkod.c146 if (cmd_type (command) != set_cmd) in kod_set_os()
Dcommand.h49 set_cmd, enumerator
Dtop.c718 && c->type != set_cmd in execute_command()
735 else if (c->type == set_cmd || c->type == show_cmd) in execute_command()
Dinfrun.c517 if (cmd_type (c) == set_cmd) in set_schedlock_func()
Dremote.c648 struct cmd_list_element *set_cmd; in add_packet_config_cmd() local