jv_libgdbs.st
changeset 41 fb48207b6104
parent 40 0ce76b671515
child 42 499dc5d38707
--- a/jv_libgdbs.st	Wed Sep 17 09:01:56 2014 +0100
+++ b/jv_libgdbs.st	Thu Sep 18 09:32:30 2014 +0100
@@ -43,6 +43,7 @@
 
     ^ #(
         #'stx:libbasic2'    "List - referenced by GDBDebugger>>onThreadGroupAddedEvent:"
+        #'stx:libview2'    "ApplicationModel - referenced by GDBEventSubscription class>>blockFor:withSelector:"
     )
 !
 
@@ -72,6 +73,7 @@
         GDBError
         GDBEvent
         GDBEventSet
+        GDBEventSubscription
         GDBInternalPipeStream
         GDBObject
         GDBPTY
@@ -79,6 +81,7 @@
         GDBSessionRecord
         (GDBSimulatorResource autoload)
         GDBThreadStatus
+        GDBTransientDataHolder
         GDBValueDescriptor
         GDBValueDescriptorError
         #'jv_libgdbs'