Searched refs:GetSynchronous (Results 1 – 6 of 6) sorted by relevance
434 bool GetSynchronous();
378 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()636 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()893 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
526 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
804 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
2570 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
2965 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()