MCPcopy Create free account
hub / github.com/WheretIB/nullc / nullcDebugAddBreakpoint

Function nullcDebugAddBreakpoint

NULLC/nullc.cpp:1186–1189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184}
1185
1186nullres nullcDebugAddBreakpoint(unsigned int instruction)
1187{
1188 return nullcDebugAddBreakpointImpl(instruction, false);
1189}
1190
1191nullres nullcDebugAddOneHitBreakpoint(unsigned int instruction)
1192{

Callers 3

SuperCalcSetBreakpointsFunction · 0.85
WndProcFunction · 0.85
GeneralCommandThreadFunction · 0.85

Calls 1

Tested by

no test coverage detected