[slime-cvs] CVS update: slime/swank.lisp

Helmut Eller heller at common-lisp.net
Tue Mar 9 19:33:18 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv2176

Modified Files:
	swank.lisp 
Log Message:
Merge remaining stuff.
Date: Tue Mar  9 14:33:18 2004
Author: heller

Index: slime/swank.lisp
diff -u slime/swank.lisp:1.138 slime/swank.lisp:1.139
--- slime/swank.lisp:1.138	Tue Mar  9 07:46:27 2004
+++ slime/swank.lisp	Tue Mar  9 14:33:18 2004
@@ -13,6 +13,8 @@
            #:start-server 
            #:create-swank-server
            #:ed-in-emacs
+           
+           #:frame-source-location-for-emacs
            ))
 
 (in-package :swank)
@@ -932,6 +934,10 @@
 
 (defslimefun frame-catch-tags-for-emacs (frame-index)
   (frame-catch-tags frame-index))
+
+(defslimefun sldb-disassemble (index)
+  (with-output-to-string (*standard-output*)
+    (disassemble-frame index)))
 
 
 ;;;; Evaluation





More information about the slime-cvs mailing list