Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp553 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local
558 debugger.SetAsyncExecution(old_async); in PerformAction()
992 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local
998 debugger.SetAsyncExecution(old_async); in PerformAction()
H A DTarget.cpp3976 bool old_async = debugger.GetAsyncExecution(); in HandleStop() local
3980 debugger.SetAsyncExecution(old_async); in HandleStop()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp557 bool old_async = m_debugger.GetAsync(); in MainLoop() local
604 m_debugger.SetAsync(old_async); in MainLoop()