Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp818 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() argument
819 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()