GDBStoppedEvent.st
changeset 53 63669c2c0f9e
parent 45 deb908479a37
child 91 472a4841a8b6
--- a/GDBStoppedEvent.st	Wed Oct 01 09:38:44 2014 +0100
+++ b/GDBStoppedEvent.st	Fri Feb 27 12:48:56 2015 +0100
@@ -1,5 +1,7 @@
 "{ Package: 'jv:libgdbs' }"
 
+"{ NameSpace: Smalltalk }"
+
 GDBExecutionEvent subclass:#GDBStoppedEvent
 	instanceVariableNames:'stopped_threads'
 	classVariableNames:''
@@ -25,6 +27,7 @@
     ^ threads detect:[:thread | thread id = thread_id ]
 
     "Created: / 22-09-2014 / 23:24:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 27-02-2015 / 12:36:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 stoppedThreadId