jv_libgdbs.st
changeset 100 aab8dd376f29
parent 97 b17c889076e4
child 102 d573a3b2abe2
--- a/jv_libgdbs.st	Fri Feb 02 09:46:51 2018 +0000
+++ b/jv_libgdbs.st	Sat Feb 03 21:32:37 2018 +0000
@@ -73,7 +73,7 @@
     ^ #(
         #'stx:goodies/announcements'    "Announcement - superclass of GDBAsyncEvent"
         #'stx:goodies/magritte'    "Magritte::MAAccessor - superclass of GDBMAPropertyAccessor"
-        #'stx:libbasic'    "Collection - superclass of GDBEventSet"
+        #'stx:libbasic'    "Collection - extended"
     )
 !
 
@@ -168,6 +168,7 @@
         GDBEventSetEvent
         GDBExecutionEvent
         GDBExitEvent
+        GDBFrame
         GDBLogOutputEvent
         #'GDBMI_ada_task_info'
         #'GDBMI_add_inferior'
@@ -290,7 +291,6 @@
         GDBCmdParamChangedEvent
         GDBEventSetProcessingFinished
         GDBEventSetProcessingStarted
-        GDBFrame
         GDBLibraryLoadedEvent
         GDBLibraryUnloadedEvent
         GDBRunningEvent
@@ -326,6 +326,7 @@
         #'Magritte::MAToManyRelationDescription' allowOmmitedBrackets
         #'Magritte::MAToManyRelationDescription' allowOmmitedBrackets:
         'Magritte::MAToManyRelationDescription class' defaultAllowOmmitedBrackets
+        SubscriptionCollection value:
     )
 ! !