jv_libgdbs.st
changeset 135 6efae6456f14
parent 133 026074322527
child 144 342b6dfe3a6f
--- a/jv_libgdbs.st	Fri Aug 31 08:04:05 2018 +0100
+++ b/jv_libgdbs.st	Sat Sep 01 00:16:15 2018 +0100
@@ -89,14 +89,11 @@
      Please also take a look at the #mandatoryPreRequisites method"
 
     ^ #(
-        #'stx:goodies/sunit'    "TestAsserter - superclass of GDBSimulatorResource"
         #'stx:libbasic2'    "CacheDictionary - referenced by GDBInstructionsAndSourceLine class>>initialize"
         #'stx:libtool'    "Tools::Inspector2Tab - referenced by GDBBreakpoint>>inspector2TabCondition"
         #'stx:libview2'    "ApplicationModel - referenced by GDBEventSubscription class>>blockFor:withSelector:"
         #'stx:libwidg'    "EditTextView - referenced by GDBBreakpoint>>inspector2TabCondition"
     )
-
-    "Modified: / 20-08-2018 / 07:54:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 subProjects
@@ -141,6 +138,7 @@
         GDBOutputFormats
         GDBPTY
         GDBProcess
+        GDBStopReasons
         GDBThreadGroupType
         GDBThreadState
         GDBTransientDataHolder