Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp877 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() argument
878 m_command_interpreter_ap->SetSynchronous(!async_execution); in SetAsyncExecution()