Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h40 if (IsBreakpoint() && IsEnabled() && !IsHardware()) { in IntersectsRange()
84 bool IsBreakpoint() const { return m_is_watchpoint == 0; } in IsBreakpoint() function
H A DDNBBreakpoint.cpp31 if (IsBreakpoint()) { in Dump()
H A DChangeLog721 (DNBBreakpoint::IsBreakpoint()): New accessor.
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h69 bool IsBreakpoint() const { in IsBreakpoint() function
H A DMachThread.cpp443 if (m_stop_exception.IsBreakpoint()) in NotifyException()
539 if (bp != NULL && bp->IsBreakpoint()) { in EnableHardwareBreakpoint()