Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* gdb reverse debugging error
@ 2010-03-27 15:30 hefeweizen
  2010-03-30  6:56 ` Hui Zhu
  0 siblings, 1 reply; 5+ messages in thread
From: hefeweizen @ 2010-03-27 15:30 UTC (permalink / raw)
  To: gdb




Hi,

i started to try reverse debugging with gdb 7, followin the tutorial:

http://www.sourceware.org/gdb/wiki/ProcessRecord/Tutorial

and I thought, great!

Then I started to debug a real program which gives an error at the end. So I
run it with gdb, and I put a breakpoint just before the place I think the
error appears. Then I type "record" in order to start to recrd actions for
future reverse-debugging. But after some steps I get

Process record doesn't support instruction 0xf0d at address 0x2aaaab4c4b4e.
Process record: failed to record execution log.

Program received signal SIGTRAP, Trace/breakpoint trap.
0x00002aaaab4c4b4e in memcpy () from /lib64/libc.so.6
(gdb) n
Single stepping until exit from function memcpy,
which has no line number information.
Process record doesn't support instruction 0xf0d at address 0x2aaaab4c4b4e.
Process record: failed to record execution log.

Program received signal SIGABRT, Aborted.
0x00002aaaab4c4b4e in memcpy () from /lib64/libc.so.6

Before I look at in in detail, I wonder if this feature is still buggy, or
if I should start to record from the beginning.

Where this "record" error happens, just an object is created as a copy of
other:

Thanks

-- 
View this message in context: http://old.nabble.com/gdb-reverse-debugging-error-tp28053097p28053097.html
Sent from the Sourceware - gdb list mailing list archive at Nabble.com.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-03-30  7:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-27 15:30 gdb reverse debugging error hefeweizen
2010-03-30  6:56 ` Hui Zhu
2010-03-30  7:01   ` paawan oza
2010-03-30  7:03     ` Hui Zhu
2010-03-30  7:10       ` paawan oza

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox