/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.h | 523 LazyBool m_supports_not_sending_acks = eLazyBoolCalculate; 524 LazyBool m_supports_thread_suffix = eLazyBoolCalculate; 525 LazyBool m_supports_threads_in_stop_reply = eLazyBoolCalculate; 526 LazyBool m_supports_vCont_all = eLazyBoolCalculate; 527 LazyBool m_supports_vCont_any = eLazyBoolCalculate; 528 LazyBool m_supports_vCont_c = eLazyBoolCalculate; 529 LazyBool m_supports_vCont_C = eLazyBoolCalculate; 530 LazyBool m_supports_vCont_s = eLazyBoolCalculate; 531 LazyBool m_supports_vCont_S = eLazyBoolCalculate; 532 LazyBool m_qHostInfo_is_valid = eLazyBoolCalculate; [all …]
|
H A D | GDBRemoteCommunicationClient.cpp | 125 if (m_supports_qEcho == eLazyBoolCalculate) { in GetEchoSupported() 132 if (m_supports_QPassSignals == eLazyBoolCalculate) { in GetQPassSignalsSupported() 139 if (m_supports_augmented_libraries_svr4_read == eLazyBoolCalculate) { in GetAugmentedLibrariesSVR4ReadSupported() 146 if (m_supports_qXfer_libraries_svr4_read == eLazyBoolCalculate) { in GetQXferLibrariesSVR4ReadSupported() 153 if (m_supports_qXfer_libraries_read == eLazyBoolCalculate) { in GetQXferLibrariesReadSupported() 160 if (m_supports_qXfer_auxv_read == eLazyBoolCalculate) { in GetQXferAuxvReadSupported() 167 if (m_supports_qXfer_features_read == eLazyBoolCalculate) { in GetQXferFeaturesReadSupported() 174 if (m_supports_qXfer_memory_map_read == eLazyBoolCalculate) { in GetQXferMemoryMapReadSupported() 181 if (m_supports_qXfer_siginfo_read == eLazyBoolCalculate) { in GetQXferSigInfoReadSupported() 188 if (m_supports_memory_tagging == eLazyBoolCalculate) in GetMultiprocessSupported() [all …]
|
H A D | ThreadGDBRemote.cpp | 41 m_associated_with_libdispatch_queue(eLazyBoolCalculate) { in ThreadGDBRemote() 74 m_associated_with_libdispatch_queue = eLazyBoolCalculate; in ClearQueueInfo()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | ValueObjectPrinter.cpp | 53 m_should_print = eLazyBoolCalculate; in Init() 54 m_is_nil = eLazyBoolCalculate; in Init() 55 m_is_uninit = eLazyBoolCalculate; in Init() 56 m_is_ptr = eLazyBoolCalculate; in Init() 57 m_is_ref = eLazyBoolCalculate; in Init() 58 m_is_aggregate = eLazyBoolCalculate; in Init() 59 m_is_instance_ptr = eLazyBoolCalculate; in Init() 174 if (m_should_print == eLazyBoolCalculate) in ShouldPrintValueObject() 183 if (m_is_nil == eLazyBoolCalculate) in IsNil() 190 if (m_is_uninit == eLazyBoolCalculate) in IsUninitialized() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Thread.h | 549 LazyBool step_in_avoids_code_without_debug_info = eLazyBoolCalculate, 550 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 565 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 718 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 727 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 780 LazyBool step_in_avoids_code_without_debug_info = eLazyBoolCalculate, 781 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 790 LazyBool step_in_avoids_code_without_debug_info = eLazyBoolCalculate, 791 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 837 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
|
H A D | DynamicLoader.h | 320 using_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation() 321 private_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
|
H A D | StopInfo.h | 61 if (m_override_should_notify == eLazyBoolCalculate) in ShouldNotify() 99 return m_override_should_stop != eLazyBoolCalculate; in GetOverrideShouldStop()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandInterpreter.h | 197 LazyBool m_stop_on_continue = eLazyBoolCalculate; 198 LazyBool m_stop_on_error = eLazyBoolCalculate; 199 LazyBool m_stop_on_crash = eLazyBoolCalculate; 200 LazyBool m_echo_commands = eLazyBoolCalculate; 201 LazyBool m_echo_comment_commands = eLazyBoolCalculate; 202 LazyBool m_print_results = eLazyBoolCalculate; 203 LazyBool m_print_errors = eLazyBoolCalculate; 204 LazyBool m_add_to_history = eLazyBoolCalculate; 207 LazyBool m_allow_repeats = eLazyBoolCalculate;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | UnwindPlan.h | 399 m_plan_is_sourced_from_compiler(eLazyBoolCalculate), in UnwindPlan() 400 m_plan_is_valid_at_all_instruction_locations(eLazyBoolCalculate), in UnwindPlan() 401 m_plan_is_for_signal_trap(eLazyBoolCalculate) {} in UnwindPlan() 513 m_plan_is_sourced_from_compiler = eLazyBoolCalculate; in Clear() 514 m_plan_is_valid_at_all_instruction_locations = eLazyBoolCalculate; in Clear() 515 m_plan_is_for_signal_trap = eLazyBoolCalculate; in Clear()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectSyntheticFilter.cpp | 59 m_might_have_children(eLazyBoolCalculate), in ValueObjectSynthetic() 60 m_provides_value(eLazyBoolCalculate) { in ValueObjectSynthetic() 130 if (m_might_have_children == eLazyBoolCalculate) in MightHaveChildren() 211 m_might_have_children = eLazyBoolCalculate; in UpdateValue() 219 m_provides_value = eLazyBoolCalculate; in UpdateValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.h | 69 if (m_is_kvo == eLazyBoolCalculate) { in IsKVO() 81 if (m_is_cf == eLazyBoolCalculate) { in IsCFType() 155 LazyBool m_is_kvo = eLazyBoolCalculate; 156 LazyBool m_is_cf = eLazyBoolCalculate; 310 if (m_has_new_literals_and_indexing == eLazyBoolCalculate) { in HasNewLiteralsAndIndexing()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | File.h | 367 LazyBool m_is_interactive = eLazyBoolCalculate; 368 LazyBool m_is_real_terminal = eLazyBoolCalculate; 369 LazyBool m_supports_colors = eLazyBoolCalculate;
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlan.cpp | 29 m_cached_plan_explains_stop(eLazyBoolCalculate), m_plan_complete(false), in ThreadPlan() 52 if (m_cached_plan_explains_stop == eLazyBoolCalculate) { in PlanExplainsStop() 117 m_cached_plan_explains_stop = eLazyBoolCalculate; in WillResume()
|
H A D | ThreadPlanCallOnFunctionExit.cpp | 39 eLazyBoolCalculate // avoid code w/o debinfo in DidPush()
|
H A D | ThreadPlanStepInRange.cpp | 65 case eLazyBoolCalculate: in SetupAvoidNoDebug() 81 case eLazyBoolCalculate: in SetupAvoidNoDebug()
|
H A D | PathMappingList.cpp | 202 LazyBool path_is_relative = eLazyBoolCalculate; in RemapPath() 217 if (path_is_relative == eLazyBoolCalculate) { in RemapPath()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBVariablesOptions.cpp | 37 if (m_include_recognized_arguments != eLazyBoolCalculate) in GetIncludeRecognizedArguments() 77 eLazyBoolCalculate; // can be overridden with a setting
|
H A D | SBTarget.cpp | 723 const LazyBool check_inlines = eLazyBoolCalculate; in BreakpointCreateByLocation() 724 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByLocation() 727 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateByLocation() 752 const LazyBool check_inlines = eLazyBoolCalculate; in BreakpointCreateByLocation() 753 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByLocation() 780 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByName() 833 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByName() 881 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByNames() 926 const LazyBool skip_prologue = eLazyBoolCalculate; in BreakpointCreateByRegex() 1010 const LazyBool move_to_nearest_code = eLazyBoolCalculate; in BreakpointCreateBySourceRegex()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectExpression.cpp | 189 auto_apply_fixits = eLazyBoolCalculate; in OptionParsingStarting() 192 suppress_persistent_result = eLazyBoolCalculate; in OptionParsingStarting() 217 if (this->auto_apply_fixits == eLazyBoolCalculate) in GetEvaluateExpressionOptions() 244 if (suppress_persistent_result != eLazyBoolCalculate) in ShouldSuppressResult()
|
H A D | CommandOptionsProcessLaunch.h | 36 disable_aslr = lldb_private::eLazyBoolCalculate; in OptionParsingStarting()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | File.cpp | 194 if (m_is_interactive == eLazyBoolCalculate) in GetIsInteractive() 200 if (m_is_real_terminal == eLazyBoolCalculate) in GetIsRealTerminal() 206 if (m_supports_colors == eLazyBoolCalculate) in GetIsTerminalWithColors() 346 m_is_interactive = eLazyBoolCalculate; in GetFileSpec() 347 m_is_real_terminal = eLazyBoolCalculate; in GetFileSpec()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandAlias.cpp | 86 m_is_dashdash_alias(eLazyBoolCalculate), m_did_set_help(false), in CommandAlias() 173 if (m_is_dashdash_alias != eLazyBoolCalculate) in IsDashDashCommand()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | UnwindPlan.cpp | 519 case eLazyBoolCalculate: in Dump() 531 case eLazyBoolCalculate: in Dump() 543 case eLazyBoolCalculate: in Dump()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-enumerations.h | 122 enum LazyBool { eLazyBoolCalculate = -1, eLazyBoolNo = 0, eLazyBoolYes = 1 }; enumerator
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.h | 99 LazyBool m_supports_mem_region = eLazyBoolCalculate;
|