GDBMI_stack_list_frames.st
changeset 40 0ce76b671515
parent 12 568a2971c977
child 45 deb908479a37
--- a/GDBMI_stack_list_frames.st	Tue Sep 09 12:44:37 2014 +0100
+++ b/GDBMI_stack_list_frames.st	Wed Sep 17 09:01:56 2014 +0100
@@ -127,3 +127,13 @@
 	^ 'stack-list-frames'
 ! !
 
+!GDBMI_stack_list_frames methodsFor:'accessing-descriptors'!
+
+resultValueDescriptor
+    ^ (super resultValueDescriptor)
+        define: #stack as: Array of: GDBFrame;
+        yourself
+
+    "Created: / 17-09-2014 / 00:00:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+