]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix stopping when the specified breakpoint count is reached. The
authorBruce Evans <bde@FreeBSD.org>
Fri, 9 Sep 2016 14:09:50 +0000 (14:09 +0000)
committerBruce Evans <bde@FreeBSD.org>
Fri, 9 Sep 2016 14:09:50 +0000 (14:09 +0000)
commit10c458cc3bca696f962c6024aeaf60695f4cd511
treed1f302d80c366dd3dfa1285c70fd53317ba3e5ef
parentf9da0afef08289e64a866eb38487d1a6ff1b748b
Fix stopping when the specified breakpoint count is reached.  The
countdown was done correctly, but the action when the count was not
reduced to 0 was to fall through to generic code which almost always
stopped.
sys/ddb/db_run.c