Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h38 void SetStopOnCrash(bool);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp58 void SBCommandInterpreterRunOptions::SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() function in SBCommandInterpreterRunOptions
59 m_opaque_up->SetStopOnCrash(stop_on_crash); in SetStopOnCrash()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h109 void SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() function
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp703 options.SetStopOnCrash(true); in MainLoop()