*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 09 Jan 1997 19:09:28 +0100
changeset 2115 89639d395450
parent 2114 706cf3f9019a
child 2116 1bcb6ee86fca
*** empty log message ***
MiniDebug.st
MiniDebugger.st
--- a/MiniDebug.st	Thu Jan 09 19:08:58 1997 +0100
+++ b/MiniDebug.st	Thu Jan 09 19:09:28 1997 +0100
@@ -472,7 +472,7 @@
 
 printAllBacktraces
     Process allInstancesDo:[:p |
-	(p ~~ Processor actriveProcess
+	(p ~~ Processor activeProcess
 	and:[p isDead not]) ifTrue:[
 	    '---------------------------------------------------------' printCR.
 	    '  proc id=' print. p id print. 
@@ -489,5 +489,5 @@
 !MiniDebugger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/MiniDebug.st,v 1.28 1997-01-09 17:56:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/MiniDebug.st,v 1.29 1997-01-09 18:09:28 cg Exp $'
 ! !
--- a/MiniDebugger.st	Thu Jan 09 19:08:58 1997 +0100
+++ b/MiniDebugger.st	Thu Jan 09 19:09:28 1997 +0100
@@ -472,7 +472,7 @@
 
 printAllBacktraces
     Process allInstancesDo:[:p |
-	(p ~~ Processor actriveProcess
+	(p ~~ Processor activeProcess
 	and:[p isDead not]) ifTrue:[
 	    '---------------------------------------------------------' printCR.
 	    '  proc id=' print. p id print. 
@@ -489,5 +489,5 @@
 !MiniDebugger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.28 1997-01-09 17:56:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MiniDebugger.st,v 1.29 1997-01-09 18:09:28 cg Exp $'
 ! !