Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DInferiorCallPOSIX.cpp60 options.SetStopOthers(true); in InferiorCallMmap()
157 options.SetStopOthers(true); in InferiorCallMunmap()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBExpressionOptions.cpp135 void SBExpressionOptions::SetStopOthers(bool run_others) { in SetStopOthers() function in SBExpressionOptions
138 m_opaque_up->SetStopOthers(run_others); in SetStopOthers()
DSBThreadPlan.cpp200 void SBThreadPlan::SetStopOthers(bool stop_others) { in SetStopOthers() function in SBThreadPlan
205 thread_plan_sp->SetStopOthers(stop_others); in SetStopOthers()
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadPlanPython.h49 void SetStopOthers(bool new_value) override { m_stop_others = new_value; } in SetStopOthers() function
DThreadPlanRunToAddress.h40 void SetStopOthers(bool new_value) override;
DThreadPlanCallFunction.h97 void SetStopOthers(bool new_value) override;
DThreadPlan.h384 virtual void SetStopOthers(bool new_value);
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBExpressionOptions.h63 void SetStopOthers(bool stop_others = true);
DSBThreadPlan.h83 void SetStopOthers(bool stop_others);
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBThreadPlan.i104 SetStopOthers(bool stop_others);
DSBExpressionOptions.i85 SetStopOthers (bool stop_others = true);
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadPlanCallFunction.cpp459 void ThreadPlanCallFunction::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlanCallFunction
460 m_subplan_sp->SetStopOthers(new_value); in SetStopOthers()
DThreadPlanRunToAddress.cpp164 void ThreadPlanRunToAddress::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlanRunToAddress
DThreadPlan.cpp111 void ThreadPlan::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlan
/openbsd/src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.cpp172 options.SetStopOthers(true); in GetHistoryThreads()
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp124 options.SetStopOthers(true); in RetrieveReportData()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetQueuesHandler.cpp337 options.SetStopOthers(true); in GetCurrentQueues()
DAppleGetThreadItemInfoHandler.cpp330 options.SetStopOthers(true); in GetThreadItemInfo()
DAppleGetItemInfoHandler.cpp327 options.SetStopOthers(true); in GetItemInfo()
DAppleGetPendingItemsHandler.cpp329 options.SetStopOthers(true); in GetPendingItems()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp71 options.SetStopOthers(false); in InitializeFunctionCaller()
DAppleObjCRuntime.cpp191 options.SetStopOthers(true); in GetObjectDescription()
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp124 options.SetStopOthers(true); in RetrieveReportData()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp542 options.SetStopOthers(true); in GetExceptionObjectForThread()
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp315 options.SetStopOthers(true); in RetrieveReportData()

12