Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h576 void SetSynchronous(bool value);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp130 SetSynchronous(synchronous_execution); in CommandInterpreter()
2572 void CommandInterpreter::SetSynchronous(bool value) { in SetSynchronous() function in CommandInterpreter
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp808 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()