Searched refs:GetSynchronous (Results 1 – 6 of 6) sorted by relevance
438 bool GetSynchronous();
377 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()647 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()913 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
513 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
782 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
2568 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
2935 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()