Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dstep_and_print.py11 old_async = debugger.GetAsync()
18 debugger.SetAsync(old_async)
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp529 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local
534 debugger.SetAsyncExecution(old_async); in PerformAction()
988 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local
994 debugger.SetAsyncExecution(old_async); in PerformAction()
H A DTarget.cpp3716 bool old_async = debugger.GetAsyncExecution(); in HandleStop() local
3720 debugger.SetAsyncExecution(old_async); in HandleStop()
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp566 bool old_async = m_debugger.GetAsync(); in MainLoop() local
613 m_debugger.SetAsync(old_async); in MainLoop()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py893 old_async = self.dbg.GetAsync()
895 self.addTearDownHook(lambda: self.dbg.SetAsync(old_async))