| 1556 | } |
| 1557 | |
| 1558 | static void resetCountersCB( GtkWidget *button, debuggerWin_t * dw) |
| 1559 | { |
| 1560 | ResetDebugStatisticsCounters(); |
| 1561 | |
| 1562 | updateAllDebugWindows(); |
| 1563 | } |
| 1564 | |
| 1565 | static void breakOnBadOpcodeCB( GtkToggleButton *togglebutton, debuggerWin_t * dw) |
| 1566 | { |
nothing calls this directly
no test coverage detected