jv_libgdbs.st
changeset 95 f417138e9c48
parent 92 0f11fece852c
child 97 b17c889076e4
--- a/jv_libgdbs.st	Mon Jan 08 19:43:49 2018 +0000
+++ b/jv_libgdbs.st	Thu Jan 11 23:53:06 2018 +0000
@@ -89,6 +89,7 @@
      Please also take a look at the #mandatoryPreRequisites method"
 
     ^ #(
+        #'stx:goodies/sunit'    "TestAsserter - superclass of GDBSimulatorResource"
         #'stx:libbasic2'    "List - referenced by GDBDebugger>>breakpoints"
         #'stx:libtool'    "Tools::Inspector2Tab - referenced by GDBBreakpoint>>inspector2TabCondition"
         #'stx:libview2'    "ApplicationModel - referenced by GDBEventSubscription class>>blockFor:withSelector:"
@@ -158,6 +159,7 @@
         GDBThreadStateUnknown
         GDBUnixProcess
         GDBVariableObject
+        GDBWindowsProcess
         GDBBreakpoint
         GDBConsoleOutputEvent
         GDBEventSetEvent