/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.cpp | 58 m_supports_not_sending_acks(eLazyBoolCalculate), in GDBRemoteCommunicationClient() 59 m_supports_thread_suffix(eLazyBoolCalculate), in GDBRemoteCommunicationClient() 60 m_supports_threads_in_stop_reply(eLazyBoolCalculate), in GDBRemoteCommunicationClient() 61 m_supports_vCont_all(eLazyBoolCalculate), in GDBRemoteCommunicationClient() 62 m_supports_vCont_any(eLazyBoolCalculate), in GDBRemoteCommunicationClient() 63 m_supports_vCont_c(eLazyBoolCalculate), in GDBRemoteCommunicationClient() 64 m_supports_vCont_C(eLazyBoolCalculate), in GDBRemoteCommunicationClient() 65 m_supports_vCont_s(eLazyBoolCalculate), in GDBRemoteCommunicationClient() 66 m_supports_vCont_S(eLazyBoolCalculate), in GDBRemoteCommunicationClient() 67 m_qHostInfo_is_valid(eLazyBoolCalculate), in GDBRemoteCommunicationClient() [all …]
|
D | ThreadGDBRemote.cpp | 41 m_associated_with_libdispatch_queue(eLazyBoolCalculate) { in ThreadGDBRemote() 66 m_associated_with_libdispatch_queue = eLazyBoolCalculate; in ClearQueueInfo()
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | ValueObjectPrinter.cpp | 55 m_should_print = eLazyBoolCalculate; in Init() 56 m_is_nil = eLazyBoolCalculate; in Init() 57 m_is_uninit = eLazyBoolCalculate; in Init() 58 m_is_ptr = eLazyBoolCalculate; in Init() 59 m_is_ref = eLazyBoolCalculate; in Init() 60 m_is_aggregate = eLazyBoolCalculate; in Init() 61 m_is_instance_ptr = eLazyBoolCalculate; in Init() 162 if (m_should_print == eLazyBoolCalculate) in ShouldPrintValueObject() 171 if (m_is_nil == eLazyBoolCalculate) in IsNil() 177 if (m_is_uninit == eLazyBoolCalculate) in IsUninitialized() [all …]
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Thread.h | 520 LazyBool step_in_avoids_code_without_debug_info = eLazyBoolCalculate, 521 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 536 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 686 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 695 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 748 LazyBool step_in_avoids_code_without_debug_info = eLazyBoolCalculate, 749 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 758 LazyBool step_in_avoids_code_without_debug_info = eLazyBoolCalculate, 759 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate); 805 LazyBool step_out_avoids_code_without_debug_info = eLazyBoolCalculate);
|
D | DynamicLoader.h | 249 using_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation() 250 private_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
|
D | StopInfo.h | 61 if (m_override_should_notify == eLazyBoolCalculate) in ShouldNotify() 94 return m_override_should_stop != eLazyBoolCalculate; in GetOverrideShouldStop()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandInterpreter.h | 102 : m_stop_on_continue(eLazyBoolCalculate), in CommandInterpreterRunOptions() 103 m_stop_on_error(eLazyBoolCalculate), in CommandInterpreterRunOptions() 104 m_stop_on_crash(eLazyBoolCalculate), in CommandInterpreterRunOptions() 105 m_echo_commands(eLazyBoolCalculate), in CommandInterpreterRunOptions() 106 m_echo_comment_commands(eLazyBoolCalculate), in CommandInterpreterRunOptions() 107 m_print_results(eLazyBoolCalculate), m_print_errors(eLazyBoolCalculate), in CommandInterpreterRunOptions() 108 m_add_to_history(eLazyBoolCalculate) {} in CommandInterpreterRunOptions()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | UnwindPlan.h | 382 m_plan_is_sourced_from_compiler(eLazyBoolCalculate), in UnwindPlan() 383 m_plan_is_valid_at_all_instruction_locations(eLazyBoolCalculate), in UnwindPlan() 384 m_plan_is_for_signal_trap(eLazyBoolCalculate), in UnwindPlan() 497 m_plan_is_sourced_from_compiler = eLazyBoolCalculate; in Clear() 498 m_plan_is_valid_at_all_instruction_locations = eLazyBoolCalculate; in Clear() 499 m_plan_is_for_signal_trap = eLazyBoolCalculate; in Clear()
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectSyntheticFilter.cpp | 53 m_might_have_children(eLazyBoolCalculate), in ValueObjectSynthetic() 54 m_provides_value(eLazyBoolCalculate) { in ValueObjectSynthetic() 118 if (m_might_have_children == eLazyBoolCalculate) in MightHaveChildren() 199 m_might_have_children = eLazyBoolCalculate; in UpdateValue() 207 m_provides_value = eLazyBoolCalculate; in UpdateValue()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
D | ObjCLanguageRuntime.h | 53 : m_is_kvo(eLazyBoolCalculate), m_is_cf(eLazyBoolCalculate), in ClassDescriptor() 67 if (m_is_kvo == eLazyBoolCalculate) { in IsKVO() 79 if (m_is_cf == eLazyBoolCalculate) { in IsCFType() 285 if (m_has_new_literals_and_indexing == eLazyBoolCalculate) { in HasNewLiteralsAndIndexing()
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | File.h | 69 : IOObject(eFDTypeFile), m_is_interactive(eLazyBoolCalculate), in File() 70 m_is_real_terminal(eLazyBoolCalculate), in File() 71 m_supports_colors(eLazyBoolCalculate){}; in File()
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlan.cpp | 28 m_cached_plan_explains_stop(eLazyBoolCalculate), m_plan_complete(false), in ThreadPlan() 51 if (m_cached_plan_explains_stop == eLazyBoolCalculate) { in PlanExplainsStop() 114 m_cached_plan_explains_stop = eLazyBoolCalculate; in WillResume()
|
D | ThreadPlanCallOnFunctionExit.cpp | 39 eLazyBoolCalculate // avoid code w/o debinfo in DidPush()
|
D | PathMappingList.cpp | 161 LazyBool path_is_relative = eLazyBoolCalculate; in RemapPath() 172 if (path_is_relative == eLazyBoolCalculate) { in RemapPath()
|
D | ThreadPlanStepInRange.cpp | 64 case eLazyBoolCalculate: in SetupAvoidNoDebug() 80 case eLazyBoolCalculate: in SetupAvoidNoDebug()
|
D | ThreadPlanShouldStopHere.cpp | 131 eLazyBoolCalculate, eLazyBoolNo); in DefaultStepFromHereCallback()
|
/external/llvm-project/lldb/source/Host/common/ |
D | File.cpp | 188 if (m_is_interactive == eLazyBoolCalculate) in GetIsInteractive() 194 if (m_is_real_terminal == eLazyBoolCalculate) in GetIsRealTerminal() 200 if (m_supports_colors == eLazyBoolCalculate) in GetIsTerminalWithColors() 327 m_is_interactive = eLazyBoolCalculate; in Close() 328 m_is_real_terminal = eLazyBoolCalculate; in Close()
|
/external/llvm-project/lldb/source/Interpreter/ |
D | CommandAlias.cpp | 85 m_is_dashdash_alias(eLazyBoolCalculate), m_did_set_help(false), in CommandAlias() 171 if (m_is_dashdash_alias != eLazyBoolCalculate) in IsDashDashCommand()
|
/external/llvm-project/lldb/source/API/ |
D | SBVariablesOptions.cpp | 25 m_include_recognized_arguments(eLazyBoolCalculate), in VariablesOptionsImpl() 39 if (m_include_recognized_arguments != eLazyBoolCalculate) in GetIncludeRecognizedArguments()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectRegexCommand.cpp | 57 new_command.c_str(), eLazyBoolCalculate, result, nullptr, true, true); in DoExecute()
|
/external/llvm-project/lldb/include/lldb/ |
D | lldb-private-enumerations.h | 115 enum LazyBool { eLazyBoolCalculate = -1, eLazyBoolNo = 0, eLazyBoolYes = 1 }; enumerator
|
/external/llvm-project/lldb/source/Symbol/ |
D | UnwindPlan.cpp | 514 case eLazyBoolCalculate: in Dump() 526 case eLazyBoolCalculate: in Dump() 538 case eLazyBoolCalculate: in Dump()
|
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
D | NativeProcessNetBSD.h | 88 LazyBool m_supports_mem_region = eLazyBoolCalculate;
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeProcessFreeBSD.h | 90 LazyBool m_supports_mem_region = eLazyBoolCalculate;
|
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
D | DynamicLoaderMacOS.cpp | 466 using_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation() 467 private_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
|