jv_vdb.st
changeset 51 6c982fc25fe2
parent 49 2ec7f7ed9242
child 52 956f5bcac948
--- a/jv_vdb.st	Sat Dec 16 23:02:08 2017 +0000
+++ b/jv_vdb.st	Sun Dec 17 20:33:20 2017 +0000
@@ -69,11 +69,12 @@
      Please also take a look at the #mandatoryPreRequisites method"
 
     ^ #(
+        #'jv:libgdbs'    "GDBBreakpointCreatedEvent - referenced by VDBBreakpointListApplication>>subscribe"
         #'stx:goodies/xml/vw'    "XML::XMLParser - referenced by VDBVirtualMemoryMap>>initializeFromSysInternalsVmmapDump:"
         #'stx:libbasic2'    "List - referenced by VDBAbstractContainer>>initialize"
         #'stx:libtool'    "DebugView - referenced by VDBDebuggerApplication class>>initializeDefaultKeyboardMap"
         #'stx:libtool2'    "MenuEditor - referenced by VDBIconLibrary class>>initialize"
-        #'stx:libview'    "Color - referenced by VDBAbstractConsoleApplication>>consoleView"
+        #'stx:libview'    "Color - referenced by VDBAbstractUnixConsoleApplication>>consoleView"
         #'stx:libwidg'    "CodeView - referenced by VDBAbstractListApplication>>postBuildInternalListView:"
     )
 !
@@ -104,9 +105,9 @@
         VDBVirtualMemoryMap
         VDBVirtualMemoryRegion
         #'jv_vdb'
-        VDBAbstractConsoleApplication
         VDBAbstractContainer
         VDBAbstractListApplication
+        VDBAbstractUnixConsoleApplication
         VDBBreakpointApplication
         VDBBreakpointPresenter
         VDBDebuggerApplication
@@ -118,9 +119,9 @@
         VDBVariablePresenter
         VDBAbstractTreeApplication
         VDBBreakpointListApplication
-        VDBDebuggerConsoleApplication
-        VDBInferiorConsoleApplication
         VDBTabbingContainer
+        VDBUnixDebuggerConsoleApplication
+        VDBUnixInferiorConsoleApplication
         VDBFrameApplication
         VDBStackApplication
     )