Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h411 bool GetSynchronous();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp581 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
844 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
1126 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
H A DCommandObjectProcess.cpp620 bool synchronous_execution = m_interpreter.GetSynchronous(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp874 return !m_command_interpreter_ap->GetSynchronous(); in GetAsyncExecution()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2514 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous() function in CommandInterpreter
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2833 debugger.GetCommandInterpreter().GetSynchronous(); in Launch()