Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h644 void SetSynchronous(bool value);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp136 SetSynchronous(synchronous_execution); in CommandInterpreter()
2768 void CommandInterpreter::SetSynchronous(bool value) { in SetSynchronous() function in CommandInterpreter
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp866 m_command_interpreter_up->SetSynchronous(!async_execution); in SetAsyncExecution()