X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fdebug.lisp;h=1f633488e311e11cbf6222163811ec981a186879;hb=5f0cfcf9095f2d8dbca4ddf703c580a36d5c3709;hp=588419aa1bbbcd955f2593d5cca3e27f7db83f82;hpb=92f0ce474660fa51f33126f07ef7103b8b8843c3;p=sbcl.git diff --git a/src/code/debug.lisp b/src/code/debug.lisp index 588419a..1f63348 100644 --- a/src/code/debug.lisp +++ b/src/code/debug.lisp @@ -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))) @@ -1846,11 +1840,6 @@ and LDB (the low-level debugger). See also ENABLE-DEBUGGER." (sb!di:debug-var-info-available (sb!di:code-location-debug-fun (sb!di:frame-code-location frame)))) - -;; Hack: ensure that *U-T-F-F* has a tls index. -#!+unwind-to-frame-and-call-vop -(let ((sb!vm::*unwind-to-frame-function* (lambda ())))) - ;;;; debug loop command utilities