Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp70 bool SBCommandInterpreterRunOptions::GetStopOnCrash() const { in GetStopOnCrash() function in SBCommandInterpreterRunOptions
73 return m_opaque_up->GetStopOnCrash(); in GetStopOnCrash()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h43 bool GetStopOnCrash() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h139 bool GetStopOnCrash() const { return DefaultToNo(m_stop_on_crash); } in GetStopOnCrash() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2796 if (tmp_result.GetDidChangeProcessState() && options.GetStopOnCrash() && in HandleCommands()
2891 if (options.GetStopOnCrash()) { in HandleCommandsFromFile()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14368 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetStopOnCrash(); in _wrap_SBCommandInterpreterRunOptions_GetStopOnCrash()