Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp117 bool SBExpressionOptions::GetTryAllThreads() const { in GetTryAllThreads() function in SBExpressionOptions
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h355 bool GetTryAllThreads() const { return m_try_others; } in GetTryAllThreads() function