Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h656 void SetSynchronous(bool value);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp142 SetSynchronous(synchronous_execution); in CommandInterpreter()
2819 void CommandInterpreter::SetSynchronous(bool value) { in SetSynchronous() function in CommandInterpreter
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp886 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()