Searched refs:GetSynchronous (Results 1 – 6 of 6) sorted by relevance
490 bool GetSynchronous();
414 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()672 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()920 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
558 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
882 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
2817 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
3133 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()