Home
last modified time | relevance | path

Searched refs:GetTryAllThreads (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp117 bool SBExpressionOptions::GetTryAllThreads() const { in GetTryAllThreads() function in SBExpressionOptions
120 return m_opaque_up->GetTryAllThreads(); in GetTryAllThreads()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h58 bool GetTryAllThreads() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4855 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()
5127 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()
5131 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()
5373 if (options.GetTryAllThreads()) { in RunThreadPlan()
5455 if (!options.GetTryAllThreads()) { in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h374 bool GetTryAllThreads() const { return m_try_others; } in GetTryAllThreads() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp27419 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetTryAllThreads(); in _wrap_SBExpressionOptions_GetTryAllThreads()