CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/05 03:19:11
Modified files:
sys/ddb : db_break.c db_run.c
Log message:
Correctly honour the count optional argument of the break command, by
actually not causing execution to stop until the breakpoint is hit at
least count times.
Noticed and fix by Nir Lichtman on tech@
