GDBMI_stack_list_frames.st
changeset 45 deb908479a37
parent 40 0ce76b671515
child 78 c24e7d8bc881
--- a/GDBMI_stack_list_frames.st	Mon Sep 22 23:48:10 2014 +0100
+++ b/GDBMI_stack_list_frames.st	Tue Sep 23 23:48:13 2014 +0100
@@ -129,9 +129,11 @@
 
 !GDBMI_stack_list_frames methodsFor:'accessing-descriptors'!
 
-resultValueDescriptor
-    ^ (super resultValueDescriptor)
-        define: #stack as: Array of: GDBFrame;
+resultDescription
+    ^ (super resultDescription)
+        define:#stack
+            as:Array
+            of:GDBFrame;
         yourself
 
     "Created: / 17-09-2014 / 00:00:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"