Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DTarget.h323 bool GetTryAllThreads() const { return m_try_others; } in GetTryAllThreads()
325 void SetTryAllThreads(bool try_others = true) { m_try_others = try_others; }
410 bool m_try_others = true; variable