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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user