jv_libgdbs.st
changeset 25 58e042a191a9
parent 24 98ff50f8a25d
child 27 e7e01078d9c4
--- a/jv_libgdbs.st	Mon Jun 23 09:45:16 2014 +0100
+++ b/jv_libgdbs.st	Tue Jun 24 00:55:57 2014 +0100
@@ -29,6 +29,7 @@
 
     ^ #(
         #'stx:goodies/announcements'    "Announcement - superclass of GDBAsyncEvent "
+        #'stx:goodies/sunit'    "TestAsserter - superclass of GDBSimulatorResource "
         #'stx:libbasic'    "ArithmeticValue - extended "
     )
 !
@@ -73,6 +74,8 @@
         GDBObject
         GDBPTY
         GDBProcess
+        GDBSessionRecord
+        (GDBSimulatorResource autoload)
         GDBValueDescriptor
         GDBValueDescriptorError
         #'jv_libgdbs'