Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/
H A Dstep_and_print.py11 old_async = debugger.GetAsync()
18 debugger.SetAsync(old_async)
/llvm-project-15.0.7/lldb/test/API/functionalities/conditional_break/
H A Dconditional_break.py12 old_async = dbg.GetAsync()
28 dbg.SetAsync(old_async)
/llvm-project-15.0.7/lldb/test/API/functionalities/launch_stop_at_entry/
H A DTestStopAtEntry.py71 old_async = self.dbg.GetAsync()
73 self.dbg.SetAsync(old_async)
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp536 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local
541 debugger.SetAsyncExecution(old_async); in PerformAction()
904 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local
910 debugger.SetAsyncExecution(old_async); in PerformAction()
H A DTarget.cpp3619 bool old_async = debugger.GetAsyncExecution(); in HandleStop() local
3623 debugger.SetAsyncExecution(old_async); in HandleStop()
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp564 bool old_async = m_debugger.GetAsync(); in MainLoop() local
611 m_debugger.SetAsync(old_async); in MainLoop()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py879 old_async = self.dbg.GetAsync()
881 self.addTearDownHook(lambda: self.dbg.SetAsync(old_async))