Searched refs:synchronous_execution (Results 1 – 6 of 6) sorted by relevance
411 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local590 if (synchronous_execution) in DoExecute()606 if (synchronous_execution) { in DoExecute()649 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local748 if (synchronous_execution) in DoExecute()757 if (synchronous_execution) { in DoExecute()883 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local1063 if (synchronous_execution) in DoExecute()1071 if (synchronous_execution) { in DoExecute()
488 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute() local659 synchronous_execution = true; in DoExecute()661 if (synchronous_execution) in DoExecute()697 if (synchronous_execution) { in DoExecute()
1140 const bool synchronous_execution = in DoExecute() local1144 !synchronous_execution && in DoExecute()1163 if (synchronous_execution) { in DoExecute()
265 CommandInterpreter(Debugger &debugger, bool synchronous_execution);
3233 const bool synchronous_execution = in Launch() local3304 !synchronous_execution && in Launch()3325 if (synchronous_execution) in Launch()
131 bool synchronous_execution) in CommandInterpreter() argument145 SetSynchronous(synchronous_execution); in CommandInterpreter()