Home
last modified time | relevance | path

Searched refs:eLazyBoolCalculate (Results 1 – 25 of 63) sorted by relevance

123

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp58 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 …]
DThreadGDBRemote.cpp41 m_associated_with_libdispatch_queue(eLazyBoolCalculate) { in ThreadGDBRemote()
66 m_associated_with_libdispatch_queue = eLazyBoolCalculate; in ClearQueueInfo()
/external/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp55 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/
DThread.h520 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);
DDynamicLoader.h249 using_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
250 private_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
DStopInfo.h61 if (m_override_should_notify == eLazyBoolCalculate) in ShouldNotify()
94 return m_override_should_stop != eLazyBoolCalculate; in GetOverrideShouldStop()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h102 : 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/
DUnwindPlan.h382 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/
DValueObjectSyntheticFilter.cpp53 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/
DObjCLanguageRuntime.h53 : 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/
DFile.h69 : 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/
DThreadPlan.cpp28 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()
DThreadPlanCallOnFunctionExit.cpp39 eLazyBoolCalculate // avoid code w/o debinfo in DidPush()
DPathMappingList.cpp161 LazyBool path_is_relative = eLazyBoolCalculate; in RemapPath()
172 if (path_is_relative == eLazyBoolCalculate) { in RemapPath()
DThreadPlanStepInRange.cpp64 case eLazyBoolCalculate: in SetupAvoidNoDebug()
80 case eLazyBoolCalculate: in SetupAvoidNoDebug()
DThreadPlanShouldStopHere.cpp131 eLazyBoolCalculate, eLazyBoolNo); in DefaultStepFromHereCallback()
/external/llvm-project/lldb/source/Host/common/
DFile.cpp188 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/
DCommandAlias.cpp85 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/
DSBVariablesOptions.cpp25 m_include_recognized_arguments(eLazyBoolCalculate), in VariablesOptionsImpl()
39 if (m_include_recognized_arguments != eLazyBoolCalculate) in GetIncludeRecognizedArguments()
/external/llvm-project/lldb/source/Commands/
DCommandObjectRegexCommand.cpp57 new_command.c_str(), eLazyBoolCalculate, result, nullptr, true, true); in DoExecute()
/external/llvm-project/lldb/include/lldb/
Dlldb-private-enumerations.h115 enum LazyBool { eLazyBoolCalculate = -1, eLazyBoolNo = 0, eLazyBoolYes = 1 }; enumerator
/external/llvm-project/lldb/source/Symbol/
DUnwindPlan.cpp514 case eLazyBoolCalculate: in Dump()
526 case eLazyBoolCalculate: in Dump()
538 case eLazyBoolCalculate: in Dump()
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.h88 LazyBool m_supports_mem_region = eLazyBoolCalculate;
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeProcessFreeBSD.h90 LazyBool m_supports_mem_region = eLazyBoolCalculate;
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOS.cpp466 using_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
467 private_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()

123