Home
last modified time | relevance | path

Searched defs:SetStopOnCrash (Results 1 – 2 of 2) 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
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h141 void SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() function