Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp155 bool SBCommandInterpreterRunOptions::GetSpawnThread() const { in GetSpawnThread() function in SBCommandInterpreterRunOptions
158 return m_opaque_up->GetSpawnThread(); in GetSpawnThread()
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h71 bool GetSpawnThread() const;
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h185 bool GetSpawnThread() const { return DefaultToNo(m_spawn_thread); } in GetSpawnThread() function
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3453 if (options.GetSpawnThread()) { in ResolveCommandImpl()