Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanSingleThreadTimeout.cpp195 void ThreadPlanSingleThreadTimeout::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlanSingleThreadTimeout
198 GetPreviousPlan()->SetStopOthers(new_value); in SetStopOthers()
238 GetThread().GetCurrentPlan()->SetStopOthers(false); in HandleEvent()
239 GetPreviousPlan()->SetStopOthers(false); in HandleEvent()
H A DThreadPlanCallFunction.cpp470 void ThreadPlanCallFunction::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlanCallFunction
471 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 DThreadPlanStepOverRange.cpp134 void ThreadPlanStepOverRange::SetStopOthers(bool stop_others) { in SetStopOthers() function in ThreadPlanStepOverRange
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp56 options.SetStopOthers(true); in InferiorCallMmap()
148 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) { in SetStopOthers() function in SBThreadPlan
204 thread_plan_sp->SetStopOthers(stop_others); in SetStopOthers()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepOverRange.h32 void SetStopOthers(bool new_value) override;
H A DThreadPlanRunToAddress.h40 void SetStopOthers(bool new_value) override;
H A DScriptedThreadPlan.h46 void SetStopOthers(bool new_value) override { m_stop_others = new_value; } in SetStopOthers() function
H A DThreadPlanSingleThreadTimeout.h80 void SetStopOthers(bool new_value) override;
H A DThreadPlanCallFunction.h97 void SetStopOthers(bool new_value) override;
H A DThreadPlanStepOut.h42 void SetStopOthers(bool new_value) override { m_stop_others = new_value; } in SetStopOthers() function
H A DThreadPlan.h394 virtual void SetStopOthers(bool new_value);
/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/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp172 options.SetStopOthers(true); in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp79 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp122 options.SetStopOthers(true); in RetrieveReportData()

12