Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDInferiorCallPOSIX.cpp59 options.SetStopOthers(true); in InferiorCallMmap()
156 options.SetStopOthers(true); in InferiorCallMunmap()
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBThreadPlanDocstrings.i38 ) lldb::SBThreadPlan::SetStopOthers;
HDSBExpressionOptionsDocstrings.i27 ) lldb::SBExpressionOptions::SetStopOthers;
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBExpressionOptions.cpp135 void SBExpressionOptions::SetStopOthers(bool run_others) { in SetStopOthers() function in SBExpressionOptions
138 m_opaque_up->SetStopOthers(run_others); in SetStopOthers()
HDSBThreadPlan.cpp199 void SBThreadPlan::SetStopOthers(bool stop_others) { in SetStopOthers() function in SBThreadPlan
204 thread_plan_sp->SetStopOthers(stop_others); in SetStopOthers()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlanRunToAddress.h40 void SetStopOthers(bool new_value) override;
HDThreadPlanPython.h50 void SetStopOthers(bool new_value) override { m_stop_others = new_value; } in SetStopOthers() function
HDThreadPlanCallFunction.h97 void SetStopOthers(bool new_value) override;
HDThreadPlan.h384 virtual void SetStopOthers(bool new_value);
HDTarget.h380 void SetStopOthers(bool stop_others = true) { m_stop_others = stop_others; }
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBExpressionOptions.h64 void SetStopOthers(bool stop_others = true);
HDSBThreadPlan.h87 void SetStopOthers(bool stop_others);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanCallFunction.cpp459 void ThreadPlanCallFunction::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlanCallFunction
460 m_subplan_sp->SetStopOthers(new_value); in SetStopOthers()
HDThreadPlanRunToAddress.cpp164 void ThreadPlanRunToAddress::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlanRunToAddress
HDThreadPlan.cpp111 void ThreadPlan::SetStopOthers(bool new_value) { in SetStopOthers() function in ThreadPlan
HDThread.cpp1383 thread_plan_sp->SetStopOthers(stop_other_threads); in QueueThreadPlanForStepScripted()
HDProcess.cpp5469 thread_plan_sp->SetStopOthers(false); in RunThreadPlan()
6368 options.SetStopOthers(true); in CallVoidArgVoidPtrReturn()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
HDMemoryHistoryASan.cpp171 options.SetStopOthers(true); in GetHistoryThreads()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
HDReportRetriever.cpp78 options.SetStopOthers(true); in RetrieveReportData()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleThreadPlanStepThroughObjCTrampoline.cpp71 options.SetStopOthers(false); in InitializeFunctionCaller()
HDAppleObjCRuntime.cpp196 options.SetStopOthers(true); in GetObjectDescription()
HDAppleObjCRuntimeV2.cpp2127 options.SetStopOthers(true); in UpdateISAToDescriptorMap()
2365 options.SetStopOthers(true); in UpdateISAToDescriptorMap()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
HDInstrumentationRuntimeUBSan.cpp124 options.SetStopOthers(true); in RetrieveReportData()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp627 options.SetStopOthers(true); in GetExceptionObjectForThread()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
HDInstrumentationRuntimeTSan.cpp317 options.SetStopOthers(true); in RetrieveReportData()

12