Lines Matching refs:ignore
660 Implements temporary breakpoints, ignore counts, disabling and
693 self.ignore = 0
747 ignore, and number of times hit.
762 if self.ignore:
763 ret += '\n\tignore next %d hits' % (self.ignore,)
817 has neither a False condition nor a positive ignore count. The flag,
819 when the condiion cannot be evaluated (in which case, ignore count is
834 if b.ignore > 0:
835 b.ignore -= 1
847 if b.ignore > 0:
848 b.ignore -= 1
856 # breakpoint regardless of ignore count. Don't delete