GDBMICommand.st
changeset 18 6bf3d5c400d1
parent 12 568a2971c977
child 20 76ac209277a7
--- a/GDBMICommand.st	Thu Jun 19 10:10:52 2014 +0100
+++ b/GDBMICommand.st	Thu Jun 19 22:16:26 2014 +0100
@@ -225,6 +225,14 @@
     "Modified: / 12-06-2014 / 00:43:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!GDBMICommand methodsFor:'accessing-descriptors'!
+
+resultValueDescriptor
+    ^ GDBObjectValueDescriptor new
+
+    "Created: / 19-06-2014 / 21:39:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !GDBMICommand methodsFor:'converting'!
 
 asString