Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp78 bool IsBreakpoint = m_value == 6; // EXC_BREAKPOINT in DeterminePtrauthFailure() local
80 if (!IsBreakpoint && !IsBadAccess) in DeterminePtrauthFailure()
117 if (IsBreakpoint) { in DeterminePtrauthFailure()