Searched refs:old_async (Results 1 – 3 of 3) sorted by relevance
526 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local531 debugger.SetAsyncExecution(old_async); in PerformAction()890 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local896 debugger.SetAsyncExecution(old_async); in PerformAction()
3413 bool old_async = debugger.GetAsyncExecution(); in HandleStop() local3417 debugger.SetAsyncExecution(old_async); in HandleStop()
604 bool old_async = m_debugger.GetAsync(); in MainLoop() local653 m_debugger.SetAsync(old_async); in MainLoop()