X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fdebug.lisp;h=d7b9a62ac7e22745feb89754ed643960a211ef22;hb=82cd148d729c241e79c8df04b700beec1b7c55de;hp=0b49899c277fca9c38e00d75417532f6f8d64c82;hpb=ebf551c18ccd32e6fa9349cd5edb5b2a51e92ac2;p=sbcl.git diff --git a/src/code/debug.lisp b/src/code/debug.lisp index 0b49899..d7b9a62 100644 --- a/src/code/debug.lisp +++ b/src/code/debug.lisp @@ -269,7 +269,7 @@ is :DEBUGGER-FRAME. :INTERRUPTED-FRAME specifies the first interrupted frame on the stack \(typically the frame - where the error occured, as opposed to error handling frames) if any, + where the error occurred, as opposed to error handling frames) if any, otherwise behaving as :CURRENT-FRAME. :DEBUGGER-FRAME @@ -1175,8 +1175,8 @@ and LDB (the low-level debugger). See also ENABLE-DEBUGGER." (defvar *auto-eval-in-frame* t #!+sb-doc "When set (the default), evaluations in the debugger's command loop occur - relative to the current frame's environment without the need of debugger - forms that explicitly control this kind of evaluation.") +relative to the current frame's environment without the need of debugger +forms that explicitly control this kind of evaluation.") (defun debug-eval (expr) (cond ((not (and (fboundp 'compile) *auto-eval-in-frame*)) @@ -1619,12 +1619,6 @@ and LDB (the low-level debugger). See also ENABLE-DEBUGGER." ;;;; source location printing -;;; Stuff to clean up before saving a core -(defun debug-deinit () - ;; Nothing to do right now. Once there was, maybe once there - ;; will be again. - ) - (defun code-location-source-form (location context &optional (errorp t)) (let* ((start-location (maybe-block-start-location location)) (form-num (sb!di:code-location-form-number start-location)))