mirror of
https://github.com/open-simh/simh.git
synced 2026-01-25 19:57:36 +00:00
SCP: Added detailed help (including switches) for SET DEBUG command and an auto flush of the debug output when instruction execution stops.
This commit is contained in:
@@ -68,6 +68,7 @@ t_stat sim_set_cons_unbuff (int32 flg, char *cptr);
|
||||
t_stat sim_set_cons_log (int32 flg, char *cptr);
|
||||
t_stat sim_set_cons_nolog (int32 flg, char *cptr);
|
||||
t_stat sim_set_deboff (int32 flag, char *cptr);
|
||||
t_stat sim_debug_flush (void);
|
||||
t_stat sim_set_pchar (int32 flag, char *cptr);
|
||||
t_stat sim_show_console (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, char *cptr);
|
||||
t_stat sim_show_remote_console (FILE *st, DEVICE *dptr, UNIT *uptr, int32 flag, char *cptr);
|
||||
|
||||
Reference in New Issue
Block a user