Searched refs:m_synchronous_execution (Results 1 – 2 of 2) sorted by relevance
759 bool m_synchronous_execution; variable
141 m_debugger(debugger), m_synchronous_execution(true), in CommandInterpreter()2986 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous()2989 m_synchronous_execution = value; in SetSynchronous()