Searched refs:old_async (Results 1 – 3 of 3) sorted by relevance
12 old_async = dbg.GetAsync()28 dbg.SetAsync(old_async)
465 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local470 debugger.SetAsyncExecution (old_async); in PerformAction()
956 old_async = self.dbg.GetAsync()958 self.addTearDownHook(lambda: self.dbg.SetAsync(old_async))