1
0
mirror of https://github.com/simh/simh.git synced 2026-04-15 16:11:13 +00:00

SDS: Support simulator's new NEXT command to step over subroutine calls

Step over BRM, POP or SYSPOP by planting temporary (dynamic) breakpoints at P+1 and P+2.
This commit is contained in:
Mark Emmer
2014-04-17 00:09:11 -05:00
parent 9eff5331a9
commit c4438e15f4
4 changed files with 33 additions and 1 deletions

View File

@@ -99,7 +99,8 @@ const char *sim_stop_messages[] = {
"Runaway carriage control tape",
"Monitor-mode Breakpoint",
"Normal-mode Breakpoint",
"User-mode Breakpoint"
"User-mode Breakpoint",
"Next expired"
};
/* Character conversion tables */