Add support for trap recovery:
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 29 Mar 1989 02:45:50 +0000 (02:45 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 29 Mar 1989 02:45:50 +0000 (02:45 +0000)
commit8264d010cdcd99f5423039fca756a23481e301e4
tree87f0f504ff2947c330b000a5d755ac37043f21ec
parent97f960cceeaa0479fb7dfafef81ea353185a3e7f
Add support for trap recovery:
- New condition types for hardware traps have been added.
- The stack parser knows how to parse (heuristically) the trap
recovery information.
- The debugger prints a description of the context of the trap.
- hardware-trap-frame/print-registers and
hardware-trap-frame/print-stack can be used on stack-frames of type
hardware-trap to display more information.
- The debugger's Y command (new) prints the stack frame structure
corresponding to the current subproblem.
v7/src/runtime/conpar.scm
v7/src/runtime/debug.scm
v7/src/runtime/error.scm
v7/src/runtime/framex.scm
v7/src/runtime/gc.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/version.scm
v8/src/runtime/conpar.scm
v8/src/runtime/framex.scm
v8/src/runtime/runtime.pkg