Home
last modified time | relevance | path

Searched defs:GetTryAllThreads (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp88 bool SBExpressionOptions::GetTryAllThreads() const { in GetTryAllThreads() function in SBExpressionOptions
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h319 bool GetTryAllThreads() const { return m_try_others; } in GetTryAllThreads() function