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]

Re: [PATCH] [ARM] Remove field syscall_next_pc in struct gdbarch_tdep


Yao Qi <qiyaoltc@gmail.com> writes:

> gdb:
>
> 2016-01-13  Yao Qi  <yao.qi@linaro.org>
>
> 	* arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
> 	Declare.
> 	(arm_linux_get_next_pcs_ops): Install
> 	arm_linux_get_next_pcs_syscall_next_pc.
> 	(arm_linux_syscall_next_pc): Change to ...
> 	(arm_linux_get_next_pcs_syscall_next_pc): ... it.
> 	(arm_linux_init_abi): Don't set tdep->syscall_next_pc.
> 	* arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Declare.
> 	(arm_get_next_pcs_syscall_next_pc): Make it static.  Don't
> 	call tdep->syscall_next_pc.
> 	* arm-tdep.h (struct gdbarch_tdep) <syscall_next_pc>: Remove.
> 	(arm_get_next_pcs_syscall_next_pc): Remove.

Patch is pushed in.

-- 
Yao (éå)


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