Searched refs:GetSynchronous (Results 1 – 7 of 7) sorted by relevance
492 bool GetSynchronous();
417 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()675 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()921 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
508 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
1214 debugger.GetCommandInterpreter().GetSynchronous(); in DoExecute()
964 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
2820 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
3246 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()