----------------------------------------------------------------------------
| 8144 | } |
| 8145 | //---------------------------------------------------------------------------- |
| 8146 | void DebugBreakOnDialog::resetCounters(void) |
| 8147 | { |
| 8148 | ResetDebugStatisticsCounters(); |
| 8149 | |
| 8150 | if ( dbgWin ) |
| 8151 | { |
| 8152 | dbgWin->updateRegisterView(); |
| 8153 | } |
| 8154 | setThreshold(0); |
| 8155 | updateCurrent(); |
| 8156 | updateLabel(); |
| 8157 | } |
| 8158 | //---------------------------------------------------------------------------- |
| 8159 | void DebugBreakOnDialog::resetDeltas(void) |
| 8160 | { |
nothing calls this directly
no test coverage detected