Home
last modified time | relevance | path

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

12

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp59 options.SetStopOthers(true); in InferiorCallMmap()
156 options.SetStopOthers(true); in InferiorCallMunmap()
/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()
/llvm-project/lldb/bindings/interface/
H A DSBThreadPlanDocstrings.i38 ) lldb::SBThreadPlan::SetStopOthers;
H A DSBExpressionOptionsDocstrings.i27 ) lldb::SBExpressionOptions::SetStopOthers;
/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanRunToAddress.h40 void SetStopOthers(bool new_value) override;
H A DThreadPlanPython.h
H A DThreadPlanCallFunction.h97 void SetStopOthers(bool new_value) override;
H A DThreadPlan.h385 virtual void SetStopOthers(bool new_value);
/llvm-project/lldb/test/API/functionalities/thread/state_after_expression/
H A DTestStateAfterExpression.py42 options.SetStopOthers(True)
/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);
/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
112 // SetStopOthers doesn't work up the hierarchy. You have to set the explicit in SetStopOthers()
/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp170 options.SetStopOthers(true); in GetHistoryThreads()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp78 options.SetStopOthers(true); in RetrieveReportData()
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetQueuesHandler.cpp338 options.SetStopOthers(true); in GetCurrentQueues()
H A DAppleGetItemInfoHandler.cpp328 options.SetStopOthers(true); in GetItemInfo()
H A DAppleGetPendingItemsHandler.cpp330 options.SetStopOthers(true); in GetPendingItems()
H A DAppleGetThreadItemInfoHandler.cpp331 options.SetStopOthers(true); in GetThreadItemInfo()
/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()
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp124 options.SetStopOthers(true); in RetrieveReportData()
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp628 options.SetStopOthers(true); in GetExceptionObjectForThread()

12