* target.h (strata): New stratum "record_stratum".
authorHui Zhu <teawater@gmail.com>
Thu, 30 Apr 2009 02:55:27 +0000 (02:55 +0000)
committerHui Zhu <teawater@gmail.com>
Thu, 30 Apr 2009 02:55:27 +0000 (02:55 +0000)
gdb/ChangeLog
gdb/target.h

index 5856ec1..07d3eed 100644 (file)
@@ -1,6 +1,11 @@
 2009-04-30  Hui Zhu  <teawater@gmail.com>
             Michael Snyder  <msnyder@vmware.com>
 
+       * target.h (strata): New stratum "record_stratum".
+
+2009-04-30  Hui Zhu  <teawater@gmail.com>
+            Michael Snyder  <msnyder@vmware.com>
+
        GDBARCH interface for process record and replay.
 
        * gdbarch.sh (process_record): This interface point to the
index e7f087b..95fc0a9 100644 (file)
@@ -63,7 +63,8 @@ enum strata
     file_stratum,              /* Executable files, etc */
     core_stratum,              /* Core dump files */
     process_stratum,           /* Executing processes */
-    thread_stratum             /* Executing threads */
+    thread_stratum,            /* Executing threads */
+    record_stratum             /* Support record debugging */
   };
 
 enum thread_control_capabilities