GDBCommandResultEvent.st
changeset 9 5cc8797f6523
parent 6 d935bc59f6f4
child 59 95d6b1e90e2d
--- a/GDBCommandResultEvent.st	Tue Jun 03 01:05:03 2014 +0100
+++ b/GDBCommandResultEvent.st	Wed Jun 04 09:37:08 2014 +0100
@@ -15,6 +15,12 @@
 
 result:something
     result := something.
+!
+
+status
+    ^ result status
+
+    "Created: / 04-06-2014 / 09:30:32 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !GDBCommandResultEvent methodsFor:'testing'!