I think I stared at this one time too many. What do you think of the attached? Would anyone miss this? There's no way the user can request to not show hit counts, so, this is dead code. Perhaps it would make more sense to clear the ignore counts in the same place where we clear the hit counts, which is currently only on run_command_1; or from within clear_breakpoint_hit_counts. Huh, we don't clear hit counts when attaching or connecting to a remote target. Perhaps we should never clear these automatically then, and provide a user command to explicitly do so instead? Too confusing? Come to think of it, I guess clearing on every "run" also sounds confusing to me. (When we go multi-process, it can be more surprising to clear hit counts on each "run" invocation.) My head hurts --- I just wanted to get rid of this 14 year old dead code. :-) ) -- Pedro Alves