GDBObject.st
changeset 45 deb908479a37
parent 35 c17ecf90e446
child 55 437ee6413c74
--- a/GDBObject.st	Mon Sep 22 23:48:10 2014 +0100
+++ b/GDBObject.st	Tue Sep 23 23:48:13 2014 +0100
@@ -7,12 +7,12 @@
 	category:'GDB-Core'
 !
 
-!GDBObject class methodsFor:'accessing - GDB value descriptors'!
+!GDBObject class methodsFor:'accessing-magritte'!
 
-gdbValueDescriptor
-    ^ GDBObjectValueDescriptor forClass: self.
+descriptionContainer
+    ^ GDBMAContainer forClass: self.
 
-    "Created: / 18-06-2014 / 23:12:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Created: / 23-09-2014 / 23:26:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !GDBObject class methodsFor:'utilities - properties'!