Searched refs:IsBreakpoint (Results 1 – 5 of 5) sorted by relevance
40 if (IsBreakpoint() && IsEnabled() && !IsHardware()) { in IntersectsRange()84 bool IsBreakpoint() const { return m_is_watchpoint == 0; } in IsBreakpoint() function
31 if (IsBreakpoint()) { in Dump()
721 (DNBBreakpoint::IsBreakpoint()): New accessor.
69 bool IsBreakpoint() const { in IsBreakpoint() function
443 if (m_stop_exception.IsBreakpoint()) in NotifyException()539 if (bp != NULL && bp->IsBreakpoint()) { in EnableHardwareBreakpoint()