Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h506 bool GetSynchronous();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp411 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
649 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
883 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
H A DCommandObjectProcess.cpp488 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
H A DCommandObjectPlatform.cpp1141 debugger.GetCommandInterpreter().GetSynchronous(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp981 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2834 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3234 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()