jv_libgdbs.st
changeset 30 520ddea6851f
parent 27 e7e01078d9c4
child 35 c17ecf90e446
--- a/jv_libgdbs.st	Sat Jul 05 22:22:15 2014 +0100
+++ b/jv_libgdbs.st	Sun Jul 06 10:27:25 2014 +0100
@@ -28,9 +28,9 @@
      by searching along the inheritance chain of all of my classes."
 
     ^ #(
-        #'stx:goodies/announcements'    "Announcement - superclass of GDBAsyncEvent "
-        #'stx:goodies/sunit'    "TestAsserter - superclass of GDBSimulatorProcessTests "
-        #'stx:libbasic'    "ArithmeticValue - extended "
+        #'stx:goodies/announcements'    "Announcement - superclass of GDBAsyncEvent"
+        #'stx:goodies/sunit'    "TestAsserter - superclass of GDBSimulatorResource"
+        #'stx:libbasic'    "ArithmeticValue - extended"
     )
 !
 
@@ -75,6 +75,7 @@
         GDBPTY
         GDBProcess
         GDBSessionRecord
+        (GDBSimulatorResource autoload)
         GDBValueDescriptor
         GDBValueDescriptorError
         #'jv_libgdbs'
@@ -93,7 +94,6 @@
         GDBPrimitiveValueDescriptor
         GDBSessionRecorder
         GDBSimulatorProcess
-        (GDBSimulatorProcessTests autoload)
         GDBStreamOutputEvent
         GDBUnixProcess
         GDBAddresValueDescriptor
@@ -230,7 +230,6 @@
         GDBThreadGroupAddedEvent
         GDBThreadGroupExitedEvent
         GDBThreadGroupStartedEvent
-        (GDBSimulatorResource autoload)
     )
 !