===========================================================================
| 2268 | |
| 2269 | //=========================================================================== |
| 2270 | void _BWZ_RemoveAll ( Breakpoint_t *aBreakWatchZero, const int nMax, int & nTotal ) |
| 2271 | { |
| 2272 | for ( int iSlot = 0; iSlot < nMax; iSlot++ ) |
| 2273 | { |
| 2274 | _BWZ_RemoveOne( aBreakWatchZero, iSlot, nTotal ); |
| 2275 | } |
| 2276 | } |
| 2277 | |
| 2278 | //=========================================================================== |
| 2279 | Update_t CmdBreakpointList (int nArgs) |
no test coverage detected