Home
last modified time | relevance | path

Searched defs:GetStopOnError (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBCommandInterpreterRunOptions.cpp64 bool SBCommandInterpreterRunOptions::GetStopOnError() const { in GetStopOnError() function in SBCommandInterpreterRunOptions
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h130 bool GetStopOnError() const { return DefaultToNo(m_stop_on_error); } in GetStopOnError() function