From: Hui Zhu Date: Thu, 30 Apr 2009 02:53:45 +0000 (+0000) Subject: * gdbarch.sh (process_record): This interface point to the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0407e7127b683eb2c97eb8af098396a1bf751ee2;p=binutils-gdb.git * gdbarch.sh (process_record): This interface point to the function that records the inferior execute log. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 92f31854d05..5856ec1fc91 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2009-04-30 Hui Zhu + Michael Snyder + + 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 * i386-nat.c (child_post_startup_inferior): Delete, unused.