* linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
authorThiago Jung Bauermann <bauerman@br.ibm.com>
Tue, 24 Apr 2012 15:03:43 +0000 (15:03 +0000)
committerThiago Jung Bauermann <bauerman@br.ibm.com>
Tue, 24 Apr 2012 15:03:43 +0000 (15:03 +0000)
commitf15f99484e2dd62e08e1200678c3919c8399adea
tree2299d2186fa28ffe60bf2698ed48ff907667f298
parent20388dd6b670db6c2fada1c609d7ca4ae04c85a0
* linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.
(PTRACE_ARG4_TYPE): Likewise.
(PTRACE_XFER_TYPE): Likewise.
* linux-arm-low.c (arm_prepare_to_resume): Cast third argument of
ptrace to PTRACE_ARG3_TYPE.
* linux-low.c (PTRACE_ARG3_TYPE): Move macro to linux-low.h.
(PTRACE_ARG4_TYPE): Likewise.
(PTRACE_XFER_TYPE): Likewise.
(linux_detach_one_lwp): Cast fourth argument of
ptrace to long then PTRACE_ARG4_TYPE.
(regsets_fetch_inferior_registers): Cast third argument of
ptrace to long then PTRACE_ARG3_TYPE.
(regsets_store_inferior_registers): Likewise.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-arm-low.c
gdb/gdbserver/linux-low.c
gdb/gdbserver/linux-low.h
This page took 0.027409 seconds and 4 git commands to generate.