2009-08-10 Hui Zhu <teawater@gmail.com>
authorHui Zhu <teawater@gmail.com>
Mon, 10 Aug 2009 03:04:45 +0000 (03:04 +0000)
committerHui Zhu <teawater@gmail.com>
Mon, 10 Aug 2009 03:04:45 +0000 (03:04 +0000)
commit2c543fc432a396cc5acf29e9dd042a81d534c51a
treec2f22a682023cc4d639d893d0d21e6f121eac37b
parentcf648174b0ee4bbc9f53deb4d4d67a3e010f534b
2009-08-10  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 and arg6.  Change the values of
size_int, size_long and size_ulong to
gdbarch_int_bit (gdbarch) / TARGET_CHAR_BIT,
gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT,
gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT.
* i386-linux-tdep.c (i386_linux_init_abi): Ditto.
(i386_linux_intx80_sysenter_record): Add a check for system
call number.
        * linux-record.c (record_linux_system_call): Make this
        function support 64 bits.
gdb/ChangeLog
gdb/i386-linux-tdep.c
gdb/linux-record.c
gdb/linux-record.h
This page took 0.026239 seconds and 4 git commands to generate.