----------------------------------------------------------------------------
| 3408 | } |
| 3409 | //---------------------------------------------------------------------------- |
| 3410 | void ConsoleDebugger::resetCountersCB (void) |
| 3411 | { |
| 3412 | ResetDebugStatisticsCounters(); |
| 3413 | |
| 3414 | updateRegisterView(); |
| 3415 | } |
| 3416 | //---------------------------------------------------------------------------- |
| 3417 | void ConsoleDebugger::asmViewCtxMenuRunToCursor(void) |
| 3418 | { |
nothing calls this directly
no test coverage detected