1
0
mirror of https://github.com/simh/simh.git synced 2026-05-03 06:28:41 +00:00

SCP: Allow for the potential of a breakpoint action to remove the establishing breakpoint while still completing pending actions

This commit is contained in:
Mark Pizzolato
2014-10-10 08:03:22 -07:00
parent 9c5df04de4
commit 0b1050853e
3 changed files with 24 additions and 13 deletions

2
scp.h
View File

@@ -138,6 +138,8 @@ t_stat get_aval (t_addr addr, DEVICE *dptr, UNIT *uptr);
BRKTAB *sim_brk_fnd (t_addr loc);
uint32 sim_brk_test (t_addr bloc, uint32 btyp);
void sim_brk_clrspc (uint32 spc);
char *sim_brk_clract (void);
void sim_brk_setact (const char *action);
char *match_ext (char *fnam, char *ext);
t_stat show_version (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, char *cptr);
t_stat set_dev_debug (DEVICE *dptr, UNIT *uptr, int32 flag, char *cptr);