Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp151 void SBExpressionOptions::SetStopOthers(bool run_others) { in SetStopOthers() function in SBExpressionOptions
152 LLDB_RECORD_METHOD(void, SBExpressionOptions, SetStopOthers, (bool), in SetStopOthers()
155 m_opaque_up->SetStopOthers(run_others); in SetStopOthers()
324 LLDB_REGISTER_METHOD(void, SBExpressionOptions, SetStopOthers, (bool)); in RegisterMethods()
H A DSBThreadPlan.cpp208 void SBThreadPlan::SetStopOthers(bool stop_others) { in SetStopOthers() function in SBThreadPlan
209 LLDB_RECORD_METHOD(void, SBThreadPlan, SetStopOthers, (bool), stop_others); in SetStopOthers()
213 thread_plan_sp->SetStopOthers(stop_others); in SetStopOthers()
483 LLDB_REGISTER_METHOD(void, SBThreadPlan, SetStopOthers, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp58 options.SetStopOthers(true); in InferiorCallMmap()
152 options.SetStopOthers(true); in InferiorCallMunmap()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanPython.h50 void SetStopOthers(bool new_value) override { m_stop_others = new_value; } in SetStopOthers() function
H A DThreadPlanRunToAddress.h40 void SetStopOthers(bool new_value) override;
H A DThreadPlanCallFunction.h97 void SetStopOthers(bool new_value) override;
H A DThreadPlan.h379 virtual void SetStopOthers(bool new_value);
H A DTarget.h337 void SetStopOthers(bool stop_others = true) { m_stop_others = stop_others; }
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h63 void SetStopOthers(bool stop_others = true);
H A DSBThreadPlan.h83 void SetStopOthers(bool stop_others);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadPlan.i104 SetStopOthers(bool stop_others);
H A DSBExpressionOptions.i85 SetStopOthers (bool stop_others = true);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp453 void ThreadPlanCallFunction::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlanCallFunction
454 m_subplan_sp->SetStopOthers(new_value); in SetStopOthers()
H A DThreadPlanRunToAddress.cpp163 void ThreadPlanRunToAddress::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlanRunToAddress
H A DThreadPlan.cpp110 void ThreadPlan::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlan
H A DThread.cpp1383 thread_plan_sp->SetStopOthers(stop_other_threads); in QueueThreadPlanForStepScripted()
H A DProcess.cpp5171 thread_plan_sp->SetStopOthers(false); in RunThreadPlan()
6040 options.SetStopOthers(true); in CallVoidArgVoidPtrReturn()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp177 options.SetStopOthers(true); in GetHistoryThreads()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp128 options.SetStopOthers(true); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp67 options.SetStopOthers(false); in InitializeFunctionCaller()
H A DAppleObjCRuntime.cpp189 options.SetStopOthers(true); in GetObjectDescription()
H A DAppleObjCRuntimeV2.cpp1831 options.SetStopOthers(true); in UpdateISAToDescriptorMap()
2059 options.SetStopOthers(true); in UpdateISAToDescriptorMap()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp128 options.SetStopOthers(true); in RetrieveReportData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp552 options.SetStopOthers(true); in GetExceptionObjectForThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp319 options.SetStopOthers(true); in RetrieveReportData()

12