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