Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp155 bool SBCommandInterpreterRunOptions::GetSpawnThread() const { in GetSpawnThread() function in SBCommandInterpreterRunOptions
158 return m_opaque_up->GetSpawnThread(); in GetSpawnThread()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h71 bool GetSpawnThread() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h178 bool GetSpawnThread() const { return DefaultToNo(m_spawn_thread); } in GetSpawnThread() function
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3361 if (options.GetSpawnThread()) { in RunCommandInterpreter()