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()
3832 bool old_async = debugger.GetAsyncExecution(); in HandleStop() local3836 debugger.SetAsyncExecution(old_async); in HandleStop()
561 bool old_async = m_debugger.GetAsync(); in MainLoop() local608 m_debugger.SetAsync(old_async); in MainLoop()