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.h515 bool GetSynchronous();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp417 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
654 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
888 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
H A DCommandObjectPlatform.cpp1141 debugger.GetCommandInterpreter().GetSynchronous(); in DoExecute()
H A DCommandObjectProcess.cpp504 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1117 return !m_command_interpreter_up->GetSynchronous(); in GetAsyncExecution()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2986 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3384 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()