Searched refs:GetSynchronous (Results 1 – 6 of 6) sorted by relevance
411 bool GetSynchronous();
581 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()844 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()1126 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
620 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
874 return !m_command_interpreter_ap->GetSynchronous(); in GetAsyncExecution()
2514 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
2833 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()