Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2490 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands() local
2534 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2571 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2591 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2598 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()
2746 const bool old_async_execution = debugger.GetAsyncExecution(); in HandleCommandsFromFile() local
2763 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()