jv_libgdbs.st
changeset 7 7a51f98e7162
parent 6 d935bc59f6f4
child 8 7f4882e2562a
--- a/jv_libgdbs.st	Mon Jun 02 22:25:25 2014 +0100
+++ b/jv_libgdbs.st	Mon Jun 02 23:56:27 2014 +0100
@@ -41,6 +41,7 @@
      by searching all classes (and their packages) which are referenced by my classes."
 
     ^ #(
+        #'stx:libbasic2'    "SharedQueue - referenced by GDBInternalPipeStream>>initialize "
     )
 !
 
@@ -64,19 +65,23 @@
 
     ^ #(
         "<className> or (<className> attributes...) in load order"
-        GDB
         GDBCommand
         GDBCommandResult
         GDBCommandStatus
+        GDBDebugFlags
         GDBEvent
         GDBEventSet
+        GDBInternalPipeStream
         GDBLauncher
-        GDBMIDriver
         GDBObject
         #'jv_libgdbs'
+        GDB
         GDBAsyncEvent
+        GDBCLICommand
+        GDBCommandEvent
         GDBCommandResultEvent
-        GDBMIParser
+        GDBDriver
+        GDBParser
         GDBStreamOutputEvent
         GDBTuple
         GDBConsoleOutputEvent