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

Function InterceptBreakpoints

source/Debugger/Debug.cpp:10189–10193  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

10187
10188//===========================================================================
10189void InterceptBreakpoints(uint8_t slot, CBFUNCTION cbfunction)
10190{
10191 g_interceptBreakpointsSlot = slot;
10192 g_InterceptBreakpointsCB = cbfunction;
10193}

Callers 2

ResetMethod · 0.85
IOReadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected