Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp155 bool SBCommandInterpreterRunOptions::GetSpawnThread() const { in GetSpawnThread() function in SBCommandInterpreterRunOptions
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h178 bool GetSpawnThread() const { return DefaultToNo(m_spawn_thread); } in GetSpawnThread() function