Searched refs:old_async (Results 1 – 3 of 3) sorted by relevance
532 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local537 debugger.SetAsyncExecution(old_async); in PerformAction()969 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local975 debugger.SetAsyncExecution(old_async); in PerformAction()
3820 bool old_async = debugger.GetAsyncExecution(); in HandleStop() local3824 debugger.SetAsyncExecution(old_async); in HandleStop()
547 bool old_async = m_debugger.GetAsync(); in MainLoop() local594 m_debugger.SetAsync(old_async); in MainLoop()