Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h434 bool GetSynchronous();
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp378 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
636 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
893 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
H A DCommandObjectProcess.cpp526 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp804 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2570 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2965 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()