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: [reverse RFC] Add documentation for process record and replay


> Date: Wed, 15 Oct 2008 16:40:44 +0800
> From: teawater <teawater@gmail.com>
> Cc: gdb-patches@sourceware.org, msnyder@vmware.com
> 
> > Can you show me a few examples of the recorded ``instructions''?
> >
> 
> OK.
> For example, x86 instruction "nop". It not change anything except $eip
> (x86 pc reg).
> Then, record $eip current value. That's all.

Thanks.

So you record the value of $pc, in addition to the registers and
memory, if any, that will change, yes?

And what about a more interesting example, like the mov instruction?


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