Searched refs:SetSpawnThread (Results 1 – 5 of 5) sorted by relevance
184 void SBCommandInterpreterRunOptions::SetSpawnThread(bool spawn_thread) { in SetSpawnThread() function in SBCommandInterpreterRunOptions185 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetSpawnThread, in SetSpawnThread()188 m_opaque_up->SetSpawnThread(spawn_thread); in SetSpawnThread()300 LLDB_REGISTER_METHOD(void, SBCommandInterpreterRunOptions, SetSpawnThread, in RegisterMethods()
1213 options.SetSpawnThread(spawn_thread); in RunCommandInterpreter()1233 options.SetSpawnThread(spawn_thread); in RunCommandInterpreter()
73 void SetSpawnThread(bool);
179 void SetSpawnThread(bool spawn_thread) { in SetSpawnThread() function
609 options.SetSpawnThread(false); in MainLoop()