aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2009-04-30 02:53:45 +0000
committerHui Zhu <teawater@gmail.com>2009-04-30 02:53:45 +0000
commit0407e7127b683eb2c97eb8af098396a1bf751ee2 (patch)
treea221ced3aef3be1e372bf1767c87dcb9e3466981
parent0508c3ec4d3efe99aa7edf201f81b34edb74a5ad (diff)
downloadgdb-0407e7127b683eb2c97eb8af098396a1bf751ee2.zip
gdb-0407e7127b683eb2c97eb8af098396a1bf751ee2.tar.gz
gdb-0407e7127b683eb2c97eb8af098396a1bf751ee2.tar.bz2
* gdbarch.sh (process_record): This interface point to the
function that records the inferior execute log.
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 92f3185..5856ec1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+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
+ function that records the inferior execute log.
+
2009-04-29 Doug Evans <dje@google.com>
* i386-nat.c (child_post_startup_inferior): Delete, unused.