Home
last modified time | relevance | path

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

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