binutils-gdb/gdb/arch
Yao Qi 553cb5270f Remove PC from syscall_next_pc
Method syscall_next_pc of struct arm_get_next_pcs_ops has an argument
PC, which is not necessary, because PC can be got from regcache in
'struct arm_get_next_pcs'.  This patch removes the PC argument of
syscall_next_pc.

gdb:

2016-02-16  Yao Qi  <yao.qi@linaro.org>

	* arch/arm-get-next-pcs.h (struct arm_get_next_pcs_ops)
	<syscall_next_pc>: Remove argument PC.  Callers updated.
	* arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
	Remove argument PC.  Get pc from regcache_read_pc.
	* arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Remove
	argument PC.

gdb/gdbserver:

2016-02-16  Yao Qi  <yao.qi@linaro.org>

	* linux-arm-low.c (get_next_pcs_syscall_next_pc): Remove argument
	PC.  Get pc from regcache_read_pc.
2016-02-16 13:47:17 +00:00
..
aarch64-insn.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
aarch64-insn.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arm-get-next-pcs.c Remove PC from syscall_next_pc 2016-02-16 13:47:17 +00:00
arm-get-next-pcs.h Remove PC from syscall_next_pc 2016-02-16 13:47:17 +00:00
arm-linux.c [ARM] Software single step cross kernel helpers 2016-02-12 15:58:56 +00:00
arm-linux.h [ARM] Fixup PC in software single step 2016-02-12 15:58:52 +00:00
arm.c GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
arm.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00
xtensa.h GDB copyright headers update after running GDB's copyright.py script. 2016-01-01 08:43:22 +04:00