Searched refs:async_execution (Results 1 – 1 of 1) sorted by relevance
967 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() argument968 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()