Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-setshow.c101 if (c->type == set_cmd) in do_setshow_command()
347 if (c->type == set_cmd && deprecated_set_hook) in do_setshow_command()
H A Dcli-decode.h36 set_cmd,
H A Dcli-decode.c309 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 Dkod.c147 if (cmd_type (command) != set_cmd) in kod_set_os()
H A Dcommand.h49 set_cmd, enumerator
H A Dtop.c709 && c->type != set_cmd in execute_command()
726 else if (c->type == set_cmd || c->type == show_cmd) in execute_command()
H A Dinfrun.c496 if (cmd_type (c) == set_cmd) in set_schedlock_func()
H A Dremote.c642 struct cmd_list_element *set_cmd; in add_packet_config_cmd() local
H A DChangeLog-19901289 Removed hex-disassemble set_cmd. (This is not mips-specific,
1321 Removed the skip-prologue set_cmd. As with hex-disassemble (see
H A DChangeLog-200211949 ``command->type'' is set_cmd.