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.cpp532 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local
537 debugger.SetAsyncExecution(old_async); in PerformAction()
969 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local
975 debugger.SetAsyncExecution(old_async); in PerformAction()
H A DTarget.cpp3820 bool old_async = debugger.GetAsyncExecution(); in HandleStop() local
3824 debugger.SetAsyncExecution(old_async); in HandleStop()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp547 bool old_async = m_debugger.GetAsync(); in MainLoop() local
594 m_debugger.SetAsync(old_async); in MainLoop()