Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h537 void SetSynchronous(bool value);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp878 m_command_interpreter_ap->SetSynchronous(!async_execution); in SetAsyncExecution()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2516 void CommandInterpreter::SetSynchronous(bool value) { in SetSynchronous() function in CommandInterpreter