From: Chris Hanson Date: Thu, 3 Aug 1989 23:13:14 +0000 (+0000) Subject: Extend debugger to allow arbitrary evaluation in compiled code X-Git-Tag: 20090517-FFI~11888 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fb61d7df67d837b54b75e5e711e95241f73c2f6c;p=mit-scheme.git Extend debugger to allow arbitrary evaluation in compiled code environments. This is done by the trick of rewriting SCode, replacing references to compiled-code variables with combinations that do the reference. Fix bug in compiled-code frame parser. Change `print-gc-statistics' to show info about constant and heap space in use. New operation `system-library-directory-pathname' provides standard way to find run-time library files. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index f68f0da06..bc3edbee2 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.47 1989/07/18 00:17:35 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.48 1989/08/03 23:13:14 cph Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -45,7 +45,7 @@ MIT in each case. |# '())) (add-system! microcode-system) (add-event-receiver! event:after-restore snarf-microcode-version!) - (add-identification! "Runtime" 14 47)) + (add-identification! "Runtime" 14 48)) (define microcode-system) (define (snarf-microcode-version!)