Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp865 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() argument
866 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()