Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2557 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands() local
2601 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2638 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2658 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2665 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2814 const bool old_async_execution = debugger.GetAsyncExecution(); in HandleCommandsFromFile() local
2831 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()