Home
last modified time | relevance | path

Searched refs:GetStopOnError (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h32 bool GetStopOnError() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp46 bool SBCommandInterpreterRunOptions::GetStopOnError() const { in GetStopOnError() function in SBCommandInterpreterRunOptions
47 return m_opaque_up->GetStopOnError(); in GetStopOnError()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h101 bool GetStopOnError() const { return DefaultToNo(m_stop_on_error); } in GetStopOnError() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2263 if (options.GetStopOnError()) { in HandleCommands()