Home
last modified time | relevance | path

Searched refs:SetStopOthers (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp59 options.SetStopOthers(true); in InferiorCallMmap()
147 options.SetStopOthers(true); in InferiorCallMunmap()
196 options.SetStopOthers(true); in InferiorCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp100 void SBExpressionOptions::SetStopOthers(bool run_others) { in SetStopOthers() function in SBExpressionOptions
101 m_opaque_ap->SetStopOthers(run_others); in SetStopOthers()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanRunToAddress.h41 void SetStopOthers(bool new_value) override;
H A DThreadPlanCallFunction.h98 void SetStopOthers(bool new_value) override;
H A DThreadPlan.h437 virtual void SetStopOthers(bool new_value);
H A DTarget.h325 void SetStopOthers(bool stop_others = true) { m_stop_others = stop_others; }
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h64 void SetStopOthers(bool stop_others = true);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp490 void ThreadPlanCallFunction::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlanCallFunction
491 m_subplan_sp->SetStopOthers(new_value); in SetStopOthers()
H A DThreadPlanRunToAddress.cpp167 void ThreadPlanRunToAddress::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlanRunToAddress
H A DThreadPlan.cpp99 void ThreadPlan::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlan
H A DProcess.cpp5384 thread_plan_sp->SetStopOthers(false); in RunThreadPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp72 options.SetStopOthers(m_stop_others); in InitializeFunctionCaller()
H A DAppleObjCRuntime.cpp173 options.SetStopOthers(true); in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp1412 options.SetStopOthers(true); in UpdateISAToDescriptorMapDynamic()
1663 options.SetStopOthers(true); in UpdateISAToDescriptorMapSharedCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp179 options.SetStopOthers(true); in GetHistoryThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp128 options.SetStopOthers(true); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp131 options.SetStopOthers(true); in RetrieveReportData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp571 options.SetStopOthers(true); in GetExceptionObjectForThread()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp318 options.SetStopOthers(true); in RetrieveReportData()