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]

[Precord RFA/RFC] Add process record Linux system call 64 bits support


Hi everyone,

The linux-record has a lot of 32 bits special code (uint32_t and so
on). Then it can't support other bits.
I make a patch to remove all of them (Change them to ULONGEST and
extract_unsigned_integer) and make it support other bits better.

2009-06-19  Hui Zhu  <teawater@gmail.com>

	Add process record Linux system call 64 bits support.

        * linux-record.h (linux_record_tdep): Add size_pointer,
        size_size_t, size_iovec.
	* i386-linux-tdep.c (i386_linux_init_abi): Ditto.
        * linux-record.c (record_linux_system_call): Make this
        function support 64 bits.

Please help me review it.

And I had post amd64 insn prec support in
http://sourceware.org/ml/gdb-patches/2009-06/msg00293.html
Please help me review it too.

Thanks,
Hui

Attachment: prec_syscall_64bits.txt
Description: Text document


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