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

Function _BWZ_RemoveOne

source/Debugger/Debug.cpp:2258–2267  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2256
2257//===========================================================================
2258void _BWZ_RemoveOne ( Breakpoint_t *aBreakWatchZero, const int iSlot, int & nTotal )
2259{
2260 if (aBreakWatchZero[iSlot].bSet)
2261 {
2262 aBreakWatchZero[ iSlot ].bSet = false;
2263 aBreakWatchZero[ iSlot ].bEnabled = false;
2264 aBreakWatchZero[ iSlot ].nLength = 0;
2265 nTotal--;
2266 }
2267}
2268
2269//===========================================================================
2270void _BWZ_RemoveAll ( Breakpoint_t *aBreakWatchZero, const int nMax, int & nTotal )

Callers 3

ClearTempBreakpointsFunction · 0.85
_BWZ_ClearViaArgsFunction · 0.85
_BWZ_RemoveAllFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected