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

Helmut Eller heller at common-lisp.net
Thu Oct 28 21:23:10 UTC 2004


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

Modified Files:
	swank-backend.lisp 
Log Message:
(activate-stepping): New function.

Date: Thu Oct 28 23:23:10 2004
Author: heller

Index: slime/swank-backend.lisp
diff -u slime/swank-backend.lisp:1.70 slime/swank-backend.lisp:1.71
--- slime/swank-backend.lisp:1.70	Thu Sep 23 23:19:52 2004
+++ slime/swank-backend.lisp	Thu Oct 28 23:23:10 2004
@@ -514,8 +514,8 @@
   (:SHOW-FRAME-SOURCE frame-number)"
   '())
 
-(definterface sldb-step (frame-number)
-  "Step to the next code location in the frame FRAME-NUMBER.")
+(definterface activate-stepping (frame-number)
+  "Prepare the frame FRAME-NUMBER for stepping.")
 
 (definterface sldb-break-on-return (frame-number)
   "Set a breakpoint in the frame FRAME-NUMBER.")





More information about the slime-cvs mailing list