GDBThread.st
changeset 51 2fa20404923c
parent 45 deb908479a37
child 53 63669c2c0f9e
--- a/GDBThread.st	Tue Sep 30 20:13:27 2014 +0100
+++ b/GDBThread.st	Wed Oct 01 02:04:11 2014 +0100
@@ -52,13 +52,13 @@
             frames := result propertyAt: #stack.
             frames do:[:each | each propertyAt: #thread put: self ].
             frames
-
         ].
     ].
     ^ stack value
 
     "Created: / 09-09-2014 / 00:02:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 22-09-2014 / 00:19:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (format): / 01-10-2014 / 01:49:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 status