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:
2
scp.h
2
scp.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user