Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h182 bool GetSpawnThread() const { return DefaultToNo(m_spawn_thread); } in GetSpawnThread()
185 m_spawn_thread = spawn_thread ? eLazyBoolYes : eLazyBoolNo; in SetSpawnThread()
197 LazyBool m_spawn_thread; variable