Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp58 bool SBCommandInterpreterRunOptions::GetStopOnError() const { in GetStopOnError() function in SBCommandInterpreterRunOptions
61 return m_opaque_up->GetStopOnError(); in GetStopOnError()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i39 GetStopOnError () const;
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h39 bool GetStopOnError() const;
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h126 bool GetStopOnError() const { return DefaultToNo(m_stop_on_error); } in GetStopOnError() function
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2580 if (options.GetStopOnError()) { in HandleCommands()