Home
last modified time | relevance | path

Searched defs:SetStopOnCrash (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp76 void SBCommandInterpreterRunOptions::SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() function in SBCommandInterpreterRunOptions
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h134 void SetStopOnCrash(bool stop_on_crash) { in SetStopOnCrash() function