GDBCommand.st
changeset 20 76ac209277a7
parent 11 474fbb650afe
child 45 deb908479a37
--- a/GDBCommand.st	Thu Jun 19 22:27:00 2014 +0100
+++ b/GDBCommand.st	Fri Jun 20 09:26:41 2014 +0100
@@ -17,6 +17,14 @@
     token := anInteger.
 ! !
 
+!GDBCommand methodsFor:'accessing-descriptors'!
+
+resultValueDescriptor
+    ^ GDBObjectValueDescriptor new
+
+    "Created: / 19-06-2014 / 21:39:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !GDBCommand methodsFor:'converting'!
 
 asString