Searched refs:GetSynchronous (Results 1 – 7 of 7) sorted by relevance
506 bool GetSynchronous();
411 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()649 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()883 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
488 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
1141 debugger.GetCommandInterpreter().GetSynchronous(); in DoExecute()
981 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
2834 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
3234 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()