jv_libgdbs.st
changeset 50 61e8a7c86f38
parent 47 4f5d75acecb0
child 51 2fa20404923c
--- a/jv_libgdbs.st	Tue Sep 30 09:56:09 2014 +0100
+++ b/jv_libgdbs.st	Tue Sep 30 20:13:27 2014 +0100
@@ -48,9 +48,9 @@
 !
 
 subProjects
-    "list packages which are known as subprojects. 
+    "list packages which are known as subprojects.
      The generated makefile will enter those and make there as well.
-     However: they are not forced to be loaded when a package is loaded; 
+     However: they are not forced to be loaded when a package is loaded;
      for those, redefine requiredPrerequisites."
 
     ^ #(
@@ -81,7 +81,7 @@
         GDBPTY
         GDBProcess
         GDBSessionRecord
-        GDBThreadStatus
+        GDBThreadState
         GDBTransientDataHolder
         #'jv_libgdbs'
         GDBAsyncEvent
@@ -99,9 +99,9 @@
         GDBSessionRecorder
         GDBSimulatorProcess
         GDBStreamOutputEvent
-        GDBThreadStatusRunning
-        GDBThreadStatusStopped
-        GDBThreadStatusTerminated
+        GDBThreadStateRunning
+        GDBThreadStateStopped
+        GDBThreadStateTerminated
         GDBUnixProcess
         GDBBreakpoint
         GDBConsoleOutputEvent