Linux process record and replay support.
authorHui Zhu <teawater@gmail.com>
Thu, 30 Apr 2009 03:04:28 +0000 (03:04 +0000)
committerHui Zhu <teawater@gmail.com>
Thu, 30 Apr 2009 03:04:28 +0000 (03:04 +0000)
commitb7f6bf22997d7ff8b9218e82c90d2e3dfcb08d62
tree583601a56c9ef3ed130dbb8d0c4d70aca4a5c8c0
parent69d05d3898f104fab077edf3c80e4f158084a8f4
Linux process record and replay support.

* Makefile.in (ALLDEPFILES): Add linux-record.c.
(ALL_TARGET_OBS): Add linux-record.o.
* configure.tgt (x86_64-*-linux*): Add linux-record.o.
(i[34567]86-*-linux*): Add linux-record.o.
* linux-record.c, linux-record.h: New file.
gdb/ChangeLog
gdb/Makefile.in
gdb/configure.tgt
gdb/linux-record.c [new file with mode: 0644]
gdb/linux-record.h [new file with mode: 0644]
This page took 0.029313 seconds and 4 git commands to generate.