Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp70 bool SBCommandInterpreterRunOptions::GetStopOnCrash() const { in GetStopOnCrash() function in SBCommandInterpreterRunOptions
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h139 bool GetStopOnCrash() const { return DefaultToNo(m_stop_on_crash); } in GetStopOnCrash() function