Home
last modified time | relevance | path

Searched refs:AUTO_BOOLEAN_AUTO (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/cli/
Dcli-setshow.c68 return AUTO_BOOLEAN_AUTO; in parse_auto_binary_operation()
71 return AUTO_BOOLEAN_AUTO; /* Pacify GCC. */ in parse_auto_binary_operation()
600 case AUTO_BOOLEAN_AUTO: in get_setshow_command_value_string()
Dcli-cmds.c2377 case AUTO_BOOLEAN_AUTO: in value_from_setting()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmaint-test-settings.c34 static auto_boolean maintenance_test_settings_auto_boolean = AUTO_BOOLEAN_AUTO;
Ddefs.h145 AUTO_BOOLEAN_AUTO enumerator
Dui.c101 if (interactive_mode != AUTO_BOOLEAN_AUTO) in input_interactive_p()
Dtop.c1818 auto_boolean interactive_mode = AUTO_BOOLEAN_AUTO;
1827 if (interactive_mode == AUTO_BOOLEAN_AUTO) in show_interactive_mode()
Dtarget.c4347 || (target_non_stop_enabled == AUTO_BOOLEAN_AUTO in target_is_non_stop_p()
4374 enum auto_boolean target_non_stop_enabled = AUTO_BOOLEAN_AUTO;
4399 if (target_non_stop_enabled == AUTO_BOOLEAN_AUTO) in show_maint_target_non_stop()
Dstack.c1079 if (disassemble_next_line == AUTO_BOOLEAN_AUTO in do_print_frame_info()
1107 if ((disassemble_next_line == AUTO_BOOLEAN_AUTO in do_print_frame_info()
Driscv-tdep.c837 if (use_compressed_breakpoints == AUTO_BOOLEAN_AUTO) in riscv_breakpoint_kind_from_pc()
4821 use_compressed_breakpoints = AUTO_BOOLEAN_AUTO; in _initialize_riscv_tdep()
Dinfrun.c1679 static enum auto_boolean can_use_displaced_stepping = AUTO_BOOLEAN_AUTO;
1686 if (can_use_displaced_stepping == AUTO_BOOLEAN_AUTO) in show_can_use_displaced_stepping()
1720 if (can_use_displaced_stepping == AUTO_BOOLEAN_AUTO in use_displaced_stepping()
Dmips-tdep.c1163 static enum auto_boolean mask_address_var = AUTO_BOOLEAN_AUTO;
1175 case AUTO_BOOLEAN_AUTO: in mips_mask_address_p()
1188 if (mask_address_var == AUTO_BOOLEAN_AUTO) in show_mask_address()
Dremote.c129 case AUTO_BOOLEAN_AUTO: in get_packet_support_name()
2437 case AUTO_BOOLEAN_AUTO: in show_packet_config_cmd()
2575 if (config->detect == AUTO_BOOLEAN_AUTO in packet_ok()
2618 case AUTO_BOOLEAN_AUTO: in packet_config_support()
5469 remote_protocol_packets[i].detect = AUTO_BOOLEAN_AUTO; in init_all_packet_configs()
Drs6000-tdep.c140 static enum auto_boolean powerpc_soft_float_global = AUTO_BOOLEAN_AUTO;
8174 if (soft_float_flag == AUTO_BOOLEAN_AUTO && from_elf_exec) in rs6000_gdbarch_init()
Dbreakpoint.c9268 if (pending_break_support == AUTO_BOOLEAN_AUTO in create_breakpoint()
15134 pending_break_support = AUTO_BOOLEAN_AUTO; in _initialize_breakpoint()
DChangeLog-20143596 (show_always_inserted_mode): No longer handle AUTO_BOOLEAN_AUTO.
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpython.c2029 static enum auto_boolean python_dont_write_bytecode = AUTO_BOOLEAN_AUTO;
2037 if (python_dont_write_bytecode == AUTO_BOOLEAN_AUTO) in show_python_dont_write_bytecode()
2062 if (python_dont_write_bytecode == AUTO_BOOLEAN_AUTO) in python_write_bytecode()
Dpy-param.c273 self->value.autoboolval = AUTO_BOOLEAN_AUTO; in set_parameter_value()