1
0
mirror of https://github.com/simh/simh.git synced 2026-04-30 05:25:05 +00:00

SCP, PDP11: Added HELP CPU BREAK to display info about breakpoint types

This commit is contained in:
Mark Pizzolato
2016-10-06 13:25:54 -07:00
parent d4f38d5358
commit cf1e7b9cca
3 changed files with 52 additions and 10 deletions

View File

@@ -467,6 +467,7 @@ struct DEVICE {
/* attach help */
void *help_ctx; /* Context available to help routines */
const char *(*description)(DEVICE *dptr); /* Device Description */
BRKTYPTAB *brk_types; /* Breakpoint types */
};
/* Device flags */