Home
last modified time | relevance | path

Searched refs:GetSynchronous (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h490 bool GetSynchronous();
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp414 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
672 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
920 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
H A DCommandObjectProcess.cpp558 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
/openbsd/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp882 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
/openbsd/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2817 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3133 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()