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] Resubmit process record and replay, 3/10


I am sorry that I didn't make it clear.
This diff between P record and cvs version is in attachment file
3-record_target.txt.

On Thu, Nov 20, 2008 at 09:44, Michael Snyder <msnyder@vmware.com> wrote:
> teawater wrote:
>>
>> This patch add the process record and replay target.  This is the core
>> part of process record and replay.
>>
>> 2008-11-16  Hui Zhu  <teawater@gmail.com>
>>
>>        Process record and replay target.
>>
>>        * Makefile.in (record.c): New file.
>>        * record.c, record.h: New file.
>>
>>  Makefile.in |    4
>>  b/record.c  | 1156
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>  b/record.h  |   99 +++++
>>  3 files changed, 1257 insertions(+), 2 deletions(-)
>>
>> Following is the diff with the previous patch:
>
> I don't think a diff with the previous patch is the
> way to go here.  The makefile part of this diff is
> not very understandable.
>
> Could you repost this patch with the usual diff
> between Makefile.in and the current version that's
> in CVS?
>
> Thanks!
>


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