Searched refs:auto_boolean (Results 1 – 23 of 23) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/cli/ |
| D | cli-setshow.c | 44 static enum auto_boolean 417 option_changed = c->var->set<enum auto_boolean> (parse_auto_binary_operation (arg)); in do_set_command() 533 = auto_boolean_enums[c->var->get<enum auto_boolean> ()]; in do_set_command() 592 switch (var.get<enum auto_boolean> ()) in get_setshow_command_value_string()
|
| D | cli-decode.c | 753 enum auto_boolean *var, in add_setshow_auto_boolean_cmd() 762 = add_setshow_cmd_full<enum auto_boolean> (name, theclass, var_auto_boolean, in add_setshow_auto_boolean_cmd() 779 setting_func_types<enum auto_boolean>::set set_func, in add_setshow_auto_boolean_cmd() 780 setting_func_types<enum auto_boolean>::get get_func, in add_setshow_auto_boolean_cmd() 785 auto cmds = add_setshow_cmd_full<enum auto_boolean> (name, theclass, in add_setshow_auto_boolean_cmd()
|
| D | cli-cmds.c | 2369 switch (var.get<enum auto_boolean> ()) in value_from_setting()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | command.h | 152 inline bool var_type_uses<enum auto_boolean> (var_types t) 685 (const char *name, command_class theclass, auto_boolean *var, 693 setting_func_types<enum auto_boolean>::set set_func, 694 setting_func_types<enum auto_boolean>::get get_func,
|
| D | top.h | 30 extern auto_boolean interactive_mode;
|
| D | maint-test-settings.c | 34 static auto_boolean maintenance_test_settings_auto_boolean = AUTO_BOOLEAN_AUTO;
|
| D | defs.h | 141 enum auto_boolean enum
|
| D | breakpoint.h | 1653 enum auto_boolean pending_break_support,
|
| D | target.c | 4374 enum auto_boolean target_non_stop_enabled = AUTO_BOOLEAN_AUTO; 4379 set_maint_target_non_stop (auto_boolean enabled) in set_maint_target_non_stop() 4389 static auto_boolean
|
| D | top.c | 1818 auto_boolean interactive_mode = AUTO_BOOLEAN_AUTO;
|
| D | target.h | 1931 extern enum auto_boolean target_non_stop_enabled;
|
| D | remote.c | 121 get_packet_support_name (auto_boolean support) in get_packet_support_name() 717 enum auto_boolean detect; 778 enum auto_boolean packet_set_cmd_state (int packet) const in packet_set_cmd_state() 2393 const auto_boolean value = c->var->get<auto_boolean> (); in set_remote_protocol_packet_cmd() 2667 static enum auto_boolean remote_Z_packet_detect;
|
| D | stack.c | 930 static enum auto_boolean disassemble_next_line;
|
| D | rs6000-tdep.c | 140 static enum auto_boolean powerpc_soft_float_global = AUTO_BOOLEAN_AUTO; 7601 enum auto_boolean soft_float_flag = powerpc_soft_float_global; in rs6000_gdbarch_init()
|
| D | riscv-tdep.c | 725 static enum auto_boolean use_compressed_breakpoints;
|
| D | breakpoint.c | 535 static enum auto_boolean pending_break_support; 9212 enum auto_boolean pending_break_support, in create_breakpoint()
|
| D | infrun.c | 1679 static enum auto_boolean can_use_displaced_stepping = AUTO_BOOLEAN_AUTO;
|
| D | mips-tdep.c | 1163 static enum auto_boolean mask_address_var = AUTO_BOOLEAN_AUTO;
|
| D | ChangeLog-2012 | 5590 Change always_inserted_mode's type to 'enum auto_boolean'. 5598 Change can_use_displaced_stepping's type to 'enum auto_boolean'.
|
| D | ChangeLog-2000 | 3350 (do_setshow_command): Recognize auto_boolean.
|
| D | ChangeLog-2002 | 7877 * defs.h (auto_boolean): Declare enum.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-param.c | 106 enum auto_boolean autoboolval; 152 else if (var_type_uses<auto_boolean> (type)) in make_setting()
|
| D | python.c | 517 enum auto_boolean ab = var.get<enum auto_boolean> (); in gdbpy_parameter_value() 2029 static enum auto_boolean python_dont_write_bytecode = AUTO_BOOLEAN_AUTO;
|