This is the mail archive of the gdb@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 Debugging Headaches


record save #If you still need the prev log, this cmd will save the log
record stop #This cmd will stop the record target
stepi #step over the insn  that prec didn't support

record #continue record

Hui

On Sun, Jan 10, 2010 at 14:03, Sean Soria <sean.soria@gmail.com> wrote:
> Whenever I try to reverse debug I break into the program, set target
> record and then continue. I immediately hit some sort of simd
> instruction (in things like strlen in libc) or unsupported ioctl call.
> ?Is there any way around these issues?
>


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