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