Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp76 void SBCommandInterpreterRunOptions::SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() function in SBCommandInterpreterRunOptions
79 m_opaque_up->SetStopOnCrash(stop_on_crash); in SetStopOnCrash()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h45 void SetStopOnCrash(bool);
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h141 void SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() function
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp554 options.SetStopOnCrash(m_option_data.m_batch); in MainLoop()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp14395 (arg1)->SetStopOnCrash(arg2); in _wrap_SBCommandInterpreterRunOptions_SetStopOnCrash()