GDBMI_stack_info_depth.st
changeset 45 deb908479a37
parent 40 0ce76b671515
child 78 c24e7d8bc881
--- a/GDBMI_stack_info_depth.st	Mon Sep 22 23:48:10 2014 +0100
+++ b/GDBMI_stack_info_depth.st	Tue Sep 23 23:48:13 2014 +0100
@@ -61,9 +61,9 @@
 
 !GDBMI_stack_info_depth methodsFor:'accessing-descriptors'!
 
-resultValueDescriptor
-    ^ (super resultValueDescriptor)
-        define: #depth as: Integer;
+resultDescription
+    ^ (super resultDescription)
+        define:#depth as:Integer;
         yourself
 
     "Created: / 16-09-2014 / 23:37:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"