[RFA] Resubmit process record and replay, 6/10

teawater teawater@gmail.com
Fri Dec 19 07:26:00 GMT 2008


This is the new version patch.

On Sun, Nov 16, 2008 at 16:22, teawater <teawater@gmail.com> wrote:
> This patch to add some process record and replay to infrun.c.
>
> Code for function "use_displaced_stepping" is make sure that displaced
> stepping function will disable when process record and replay target
> is opened.  Because process record and replay target doesn't support
> displaced stepping function.
>
> Code for function "proceed" is call function "record_not_record_set"
> to set process record and replay target doesn't record the execute
> log.  Because when GDB resume the inferior, process record and replay
> target doesn't need to record the memory and register store operation
> of GDB.
>
> 2008-11-16  Hui Zhu  <teawater@gmail.com>
>
>        * infrun.c (use_displaced_stepping): Return false if process
>        record and replay target is used.
>        (proceed): Call function "record_not_record_set" if pocess
>        record and replay target is used.
>
>  infrun.c |   11 ++++++++++-
>  1 file changed, 10 insertions(+), 1 deletion(-)
>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 6-infrun.txt
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20081219/05d5b551/attachment.txt>


More information about the Gdb-patches mailing list