Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h514 bool GetStoppedForCrash() const { return m_stopped_for_crash; } in GetStoppedForCrash() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp952 stopped_for_crash = interp.GetStoppedForCrash(); in RunCommandInterpreter()