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

Function nullcDebugAddOneHitBreakpoint

NULLC/nullc.cpp:1191–1194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189}
1190
1191nullres nullcDebugAddOneHitBreakpoint(unsigned int instruction)
1192{
1193 return nullcDebugAddBreakpointImpl(instruction, true);
1194}
1195
1196nullres nullcDebugRemoveBreakpoint(unsigned int instruction)
1197{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected