Home
last modified time | relevance | path

Searched refs:stop_on_crash (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h57 LazyBool stop_on_crash, in CommandInterpreterRunOptions() argument
63 m_stop_on_crash(stop_on_crash), in CommandInterpreterRunOptions()
122 SetStopOnCrash (bool stop_on_crash) in SetStopOnCrash() argument
124 m_stop_on_crash = stop_on_crash ? eLazyBoolYes : eLazyBoolNo; in SetStopOnCrash()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBCommandInterpreter.cpp73 SBCommandInterpreterRunOptions::SetStopOnCrash (bool stop_on_crash) in SetStopOnCrash() argument
75 m_opaque_up->SetStopOnCrash(stop_on_crash); in SetStopOnCrash()