diff options
author | Hui Zhu <teawater@gmail.com> | 2009-04-30 02:53:45 +0000 |
---|---|---|
committer | Hui Zhu <teawater@gmail.com> | 2009-04-30 02:53:45 +0000 |
commit | 0407e7127b683eb2c97eb8af098396a1bf751ee2 (patch) | |
tree | a221ced3aef3be1e372bf1767c87dcb9e3466981 | |
parent | 0508c3ec4d3efe99aa7edf201f81b34edb74a5ad (diff) | |
download | gdb-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/ChangeLog | 8 |
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. |