| 1189 | } |
| 1190 | |
| 1191 | nullres nullcDebugAddOneHitBreakpoint(unsigned int instruction) |
| 1192 | { |
| 1193 | return nullcDebugAddBreakpointImpl(instruction, true); |
| 1194 | } |
| 1195 | |
| 1196 | nullres nullcDebugRemoveBreakpoint(unsigned int instruction) |
| 1197 | { |
nothing calls this directly
no test coverage detected