GDBThreadGroup.st
changeset 45 deb908479a37
parent 43 22236b6d1d9a
child 51 2fa20404923c
--- a/GDBThreadGroup.st	Mon Sep 22 23:48:10 2014 +0100
+++ b/GDBThreadGroup.st	Tue Sep 23 23:48:13 2014 +0100
@@ -17,10 +17,10 @@
 
 !GDBThreadGroup class methodsFor:'accessing - GDB value descriptors'!
 
-gdbValueDescriptor
-    ^ (super gdbValueDescriptor)
-        define: #id as: String;
-        define: #pid as: Integer;
+description
+    ^ (super description)
+        define:#id as:String;
+        define:#pid as:Integer;
         yourself
 
     "Created: / 06-09-2014 / 02:21:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"