Searched refs:SetAsyncExecution (Results 1 – 6 of 6) sorted by relevance
92 SetAsyncExecution (bool async);
466 debugger.SetAsyncExecution (true); in PerformAction()470 debugger.SetAsyncExecution (old_async); in PerformAction()
2509 m_debugger.SetAsyncExecution (false); in HandleCommands()2556 m_debugger.SetAsyncExecution (old_async_execution); in HandleCommands()2592 m_debugger.SetAsyncExecution (old_async_execution); in HandleCommands()2601 m_debugger.SetAsyncExecution (old_async_execution); in HandleCommands()
2934 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()2936 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()2942 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
203 m_opaque_sp->SetAsyncExecution(b); in SetAsync()
726 Debugger::SetAsyncExecution (bool async_execution) in SetAsyncExecution() function in Debugger