jv_vdb.st
changeset 83 101ff2210613
parent 80 7a9cf1d6be50
child 107 d98c11f9a7f5
--- a/jv_vdb.st	Fri Jul 06 11:19:41 2018 +0100
+++ b/jv_vdb.st	Fri Jul 27 07:58:24 2018 +0100
@@ -52,6 +52,7 @@
 
     ^ #(
         #'jv:libgdbs'    "GDBCommandStatus - shared pool used by VDBWindowsDebuggerConsoleApplication"
+        #'stx:goodies/announcements'    "Announcement - superclass of RREvent"
         #'stx:libbasic'    "Collection - extended"
         #'stx:libtool'    "AbstractSettingsApplication - superclass of VDBSettingsApplication"
         #'stx:libview'    "DisplaySurface - superclass of VDBWindowsDebuggerConsoleView"
@@ -99,6 +100,8 @@
 
     ^ #(
         "<className> or (<className> attributes...) in load order"
+        RR
+        RREvent
         VDBAbstractApplication
         VDBAbstractPresenter
         VDBEvaluator
@@ -109,6 +112,8 @@
         VDBVirtualMemoryRegion
         VDBWindowsDebuggerConsoleView
         #'jv_vdb'
+        RRExitEvent
+        RRStartEvent
         VDBAbstractContainer
         VDBAbstractListApplication
         VDBAbstractUnixConsoleApplication
@@ -131,6 +136,7 @@
         VDBTabbingContainer
         VDBUnixDebuggerConsoleApplication
         VDBUnixInferiorConsoleApplication
+        VDBUnixReplayServerConsoleApplication
         VDBInstructionListApplication
         VDBStackApplication
         VDBVariableObjectListApplication
@@ -149,6 +155,8 @@
         UserPreferences vdbFrameFiltersEnabled:
         UserPreferences vdbPrettyPrintingEnabled
         UserPreferences vdbPrettyPrintingEnabled:
+        GDBDebugger targetConnectRR:
+        GDBDebugger onRRExitEvent:
     )
 ! !