Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp526 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local
531 debugger.SetAsyncExecution(old_async); in PerformAction()
890 bool old_async = debugger.GetAsyncExecution(); in PerformAction() local
896 debugger.SetAsyncExecution(old_async); in PerformAction()
H A DTarget.cpp3413 bool old_async = debugger.GetAsyncExecution(); in HandleStop() local
3417 debugger.SetAsyncExecution(old_async); in HandleStop()
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp604 bool old_async = m_debugger.GetAsync(); in MainLoop() local
653 m_debugger.SetAsync(old_async); in MainLoop()