Home
last modified time | relevance | path

Searched refs:old_async (Results 1 – 3 of 3) sorted by relevance

/external/lldb/test/functionalities/conditional_break/
Dconditional_break.py12 old_async = dbg.GetAsync()
28 dbg.SetAsync(old_async)
/external/lldb/source/Target/
DStopInfo.cpp465 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local
470 debugger.SetAsyncExecution (old_async); in PerformAction()
/external/lldb/test/
Dlldbtest.py956 old_async = self.dbg.GetAsync()
958 self.addTearDownHook(lambda: self.dbg.SetAsync(old_async))