Searched refs:GetSynchronous (Results 1 – 6 of 6) sorted by relevance
481 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()
557 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
862 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
2766 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
3037 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()