This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Submit process record and replay fourth time, 5/8


Update follow "3-record_target.txt".

Thanks,
Hui

On Sun, Mar 22, 2009 at 00:02, Hui Zhu <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.
>
> 2009-03-21 ?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.
>
> ? ? ? ?2008-12-26 ?Michael Snyder ?<msnyder@vmware.com>
> ? ? ? ?* infrun.c (proceed): Don't call record_not_record_set.
>

Attachment: 5-infrun.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]