Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp59 options.SetStopOthers(true); in InferiorCallMmap()
156 options.SetStopOthers(true); in InferiorCallMunmap()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadPlanDocstrings.i38 ) lldb::SBThreadPlan::SetStopOthers;
H A DSBExpressionOptionsDocstrings.i27 ) lldb::SBExpressionOptions::SetStopOthers;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp135 void SBExpressionOptions::SetStopOthers(bool run_others) { in SetStopOthers() function in SBExpressionOptions
138 m_opaque_up->SetStopOthers(run_others); in SetStopOthers()
H A DSBThreadPlan.cpp199 void SBThreadPlan::SetStopOthers(bool stop_others) {
204 thread_plan_sp->SetStopOthers(stop_others); in SetStopOthers()
200 void SBThreadPlan::SetStopOthers(bool stop_others) { SetStopOthers() function in SBThreadPlan
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanRunToAddress.h40 void SetStopOthers(bool new_value) override;
H A DThreadPlanPython.h50 void SetStopOthers(bool new_value) override { m_stop_others = new_value; } in SetStopOthers() function
H A DThreadPlanCallFunction.h97 void SetStopOthers(bool new_value) override;
H A DThreadPlan.h384 virtual void SetStopOthers(bool new_value);
H A DTarget.h380 void SetStopOthers(bool stop_others = true) { m_stop_others = stop_others; }
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h64 void SetStopOthers(bool stop_others = true);
H A DSBThreadPlan.h87 void SetStopOthers(bool stop_others);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp459 void ThreadPlanCallFunction::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlanCallFunction
460 m_subplan_sp->SetStopOthers(new_value); in SetStopOthers()
H A DThreadPlanRunToAddress.cpp164 void ThreadPlanRunToAddress::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlanRunToAddress
H A DThreadPlan.cpp111 void ThreadPlan::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlan
H A DThread.cpp1383 thread_plan_sp->SetStopOthers(stop_other_threads); in QueueThreadPlanForStepScripted()
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp171 options.SetStopOthers(true); in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp78 options.SetStopOthers(true); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp71 options.SetStopOthers(false); in InitializeFunctionCaller()
H A DAppleObjCRuntime.cpp196 options.SetStopOthers(true); in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp2127 options.SetStopOthers(true); in UpdateISAToDescriptorMap()
2365 options.SetStopOthers(true); in UpdateISAToDescriptorMap()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp124 options.SetStopOthers(true); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp627 options.SetStopOthers(true); in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp317 options.SetStopOthers(true); in RetrieveReportData()

12