Searched refs:old_async (Results 1 – 7 of 7) sorted by relevance
11 old_async = debugger.GetAsync()18 debugger.SetAsync(old_async)
12 old_async = dbg.GetAsync()28 dbg.SetAsync(old_async)
71 old_async = self.dbg.GetAsync()73 self.dbg.SetAsync(old_async)
536 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local541 debugger.SetAsyncExecution(old_async); in PerformAction()904 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local910 debugger.SetAsyncExecution(old_async); in PerformAction()
3619 bool old_async = debugger.GetAsyncExecution(); in HandleStop() local3623 debugger.SetAsyncExecution(old_async); in HandleStop()
564 bool old_async = m_debugger.GetAsync(); in MainLoop() local611 m_debugger.SetAsync(old_async); in MainLoop()
879 old_async = self.dbg.GetAsync()881 self.addTearDownHook(lambda: self.dbg.SetAsync(old_async))