Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp3832 bool old_async = debugger.GetAsyncExecution(); in HandleStop() local
3836 debugger.SetAsyncExecution(old_async); in HandleStop()
/freebsd-14.2/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp561 bool old_async = m_debugger.GetAsync(); in MainLoop() local
608 m_debugger.SetAsync(old_async); in MainLoop()