Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp60 options.SetStopOthers(true); in InferiorCallMmap()
157 options.SetStopOthers(true); in InferiorCallMunmap()
/openbsd/gnu/llvm/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.cpp200 void SBThreadPlan::SetStopOthers(bool stop_others) { in SetStopOthers() function in SBThreadPlan
205 thread_plan_sp->SetStopOthers(stop_others); in SetStopOthers()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanPython.h49 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.h384 virtual void SetStopOthers(bool new_value);
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h63 void SetStopOthers(bool stop_others = true);
H A DSBThreadPlan.h83 void SetStopOthers(bool stop_others);
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBThreadPlan.i104 SetStopOthers(bool stop_others);
H A DSBExpressionOptions.i85 SetStopOthers (bool stop_others = true);
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp172 options.SetStopOthers(true); in GetHistoryThreads()
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp124 options.SetStopOthers(true); in RetrieveReportData()
/openbsd/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp327 options.SetStopOthers(true); in GetItemInfo()
H A DAppleGetPendingItemsHandler.cpp329 options.SetStopOthers(true); in GetPendingItems()
H A DAppleGetQueuesHandler.cpp337 options.SetStopOthers(true); in GetCurrentQueues()
H A DAppleGetThreadItemInfoHandler.cpp330 options.SetStopOthers(true); in GetThreadItemInfo()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp71 options.SetStopOthers(false); in InitializeFunctionCaller()
H A DAppleObjCRuntime.cpp191 options.SetStopOthers(true); in GetObjectDescription()
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp124 options.SetStopOthers(true); in RetrieveReportData()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp542 options.SetStopOthers(true); in GetExceptionObjectForThread()
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp315 options.SetStopOthers(true); in RetrieveReportData()

12