Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h690 void SetSynchronous(bool value);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp145 SetSynchronous(synchronous_execution); in CommandInterpreter()
2836 void CommandInterpreter::SetSynchronous(bool value) { in SetSynchronous() function in CommandInterpreter
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp985 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()