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]

record mode supposed to work on x86_64-linux?


Hi,

I was trying the new record/replay mode in CVS. Unfortunately 
it doesn't work for me on x86-64-linux. I always get SIGABRTs during
execution.  Is this supposed to work already?

Thanks,
-Andi

GNU gdb (GDB) 6.8.50.20090515-cvs
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
(gdb) b main
Breakpoint 1 at 0x400544: file tloop2.c, line 5.
(gdb) run
Starting program: /home2/andi/tsrc/tloop2 

Breakpoint 1, main () at tloop2.c:5
5               for (i = 0; i < 10; i++)
(gdb) record
(gdb) n
Process record: failed to record execution log.

Program received signal SIGABRT, Aborted.
main () at tloop2.c:5
5               for (i = 0; i < 10; i++)
(gdb) 
Process record: failed to record execution log.

Program received signal SIGABRT, Aborted.
main () at tloop2.c:5
5               for (i = 0; i < 10; i++)
(gdb) 

-- 
ak@linux.intel.com -- Speaking for myself only.


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