diff -r 61e8a7c86f38 -r 2fa20404923c GDBThread.st --- 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 " "Modified: / 22-09-2014 / 00:19:39 / Jan Vrany " + "Modified (format): / 01-10-2014 / 01:49:09 / Jan Vrany " ! status