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