MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / _BWZ_RemoveAll

Function _BWZ_RemoveAll

source/Debugger/Debug.cpp:2270–2276  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

2268
2269//===========================================================================
2270void _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//===========================================================================
2279Update_t CmdBreakpointList (int nArgs)

Callers 2

CmdBreakpointClearFunction · 0.85
_BWZ_ClearViaArgsFunction · 0.85

Calls 1

_BWZ_RemoveOneFunction · 0.85

Tested by

no test coverage detected