Searched refs:GetSynchronous (Results 1 – 7 of 7) sorted by relevance
515 bool GetSynchronous();
417 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()654 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()888 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
1141 debugger.GetCommandInterpreter().GetSynchronous(); in DoExecute()
504 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
1117 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
2986 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
3384 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()