Change handling of debugging information to match changes in compiler
authorChris Hanson <org/chris-hanson/cph>
Fri, 6 Jan 1989 21:00:48 +0000 (21:00 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 6 Jan 1989 21:00:48 +0000 (21:00 +0000)
commitf3912bf41dbf3cdcb11c9b344bf2871d9d01a892
tree8a847b63b0a87803b7360b6529b7a20b278799e6
parentb8e6a19af1c9a0bb0335b841cd820aab38bc736e
Change handling of debugging information to match changes in compiler
version 4.37.  Add facilities for accessing source code from debugging
info.  Add where commands `p' and `s' to debugger, moving the old
commands bound to those keys.  Change debugger display formats a bit.
15 files changed:
v7/src/runtime/dbgutl.scm
v7/src/runtime/debug.scm
v7/src/runtime/framex.scm
v7/src/runtime/infstr.scm
v7/src/runtime/infutl.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/uenvir.scm
v7/src/runtime/unpars.scm
v7/src/runtime/version.scm
v8/src/runtime/dbgutl.scm
v8/src/runtime/framex.scm
v8/src/runtime/infstr.scm
v8/src/runtime/infutl.scm
v8/src/runtime/runtime.pkg
v8/src/runtime/uenvir.scm