Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h178 bool GetSpawnThread() const { return DefaultToNo(m_spawn_thread); } in GetSpawnThread()
181 m_spawn_thread = spawn_thread ? eLazyBoolYes : eLazyBoolNo; in SetSpawnThread()
193 LazyBool m_spawn_thread; variable