This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] [ARM] Remove field syscall_next_pc in struct gdbarch_tdep
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Yao Qi <qiyaoltc at gmail dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 14 Jan 2016 14:57:02 +0000
- Subject: Re: [PATCH] [ARM] Remove field syscall_next_pc in struct gdbarch_tdep
- Authentication-results: sourceware.org; auth=none
- References: <1452704004-6821-1-git-send-email-yao dot qi at linaro dot org>
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 (éå)