Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreterRunOptions.cpp70 bool SBCommandInterpreterRunOptions::GetStopOnCrash() const { in GetStopOnCrash() function in SBCommandInterpreterRunOptions
73 return m_opaque_up->GetStopOnCrash(); in GetStopOnCrash()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreterRunOptions.h43 bool GetStopOnCrash() const;
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h139 bool GetStopOnCrash() const { return DefaultToNo(m_stop_on_crash); } in GetStopOnCrash() function
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp2645 if (tmp_result.GetDidChangeProcessState() && options.GetStopOnCrash() && in HandleCommands()
2739 if (options.GetStopOnCrash()) { in HandleCommandsFromFile()
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp14369 result = (bool)((lldb::SBCommandInterpreterRunOptions const *)arg1)->GetStopOnCrash(); in _wrap_SBCommandInterpreterRunOptions_GetStopOnCrash()