jv_libgdbs.st
changeset 3 29ea333a1811
parent 2 a96eb336dbd3
child 4 62366cc0fd95
--- a/jv_libgdbs.st	Wed May 28 09:42:40 2014 +0100
+++ b/jv_libgdbs.st	Sat May 31 00:42:30 2014 +0100
@@ -28,7 +28,8 @@
      by searching along the inheritance chain of all of my classes."
 
     ^ #(
-        #'stx:libbasic'    "LibraryDefinition - superclass of jv_libgdbs "
+        #'stx:goodies/announcements'    "Announcement - superclass of GDBMICommandResultEvent "
+        #'stx:libbasic'    "Collection - superclass of GDBMIEventSet "
     )
 !
 
@@ -65,9 +66,17 @@
         "<className> or (<className> attributes...) in load order"
         GDB
         GDBLauncher
+        GDBMICommand
+        GDBMICommandResult
+        GDBMICommandStatus
         GDBMIDriver
+        GDBMIEvent
+        GDBMIEventSet
+        GDBObject
+        #'jv_libgdbs'
+        GDBMICommandResultEvent
         GDBMIParser
-        #'jv_libgdbs'
+        GDBTuple
     )
 !