> Can the "ignore next N hits of breakpoint" count be reset when you
> rerun the program with r ? Currently the number is kept, which is confusing
> when N is too large and a core dump happens before N is reached.

Can you describe exactly the behavior that you want?  For example, the
following sequence of commands should certainly work as expected:

(gdb) run

... look around
... decide we want to stop at the 16th hit of breakpoint 2

(gdb) ignore 2 15
(gdb) run

I definitely don't think we should just clear all the ignore counts
when we run.  But perhaps there is some other logic which would make
more sense.

Reply via email to