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.cpp81 bool IsBreakpoint = m_value == 6; // EXC_BREAKPOINT in DeterminePtrauthFailure() local
83 if (!IsBreakpoint && !IsBadAccess) in DeterminePtrauthFailure()
120 if (IsBreakpoint) { in DeterminePtrauthFailure()