Fix some bugs related to compiled code debugging when no debugging
authorChris Hanson <org/chris-hanson/cph>
Fri, 30 Dec 1988 23:30:21 +0000 (23:30 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 30 Dec 1988 23:30:21 +0000 (23:30 +0000)
commit3377259202560ec9a5b81bb8e4ca0f90a9ae0546
tree61507dc3c9a8f7bca3388534eaba77a5aa0c12d2
parent9b87e4d5fe0b656c2c9bbf4203c117423cda7f7a
Fix some bugs related to compiled code debugging when no debugging
info is available.  Change cold load to cause updating of debugging
information for the runtime system.  Fix demand loading so that, when
disabled, procedure names are shown when the debugging information is
already loaded.  Discard debugging info before doing disk-save.
v7/src/runtime/dbgutl.scm
v7/src/runtime/debug.scm
v7/src/runtime/infutl.scm
v7/src/runtime/make.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/savres.scm
v8/src/runtime/dbgutl.scm
v8/src/runtime/infutl.scm
v8/src/runtime/make.scm
v8/src/runtime/runtime.pkg