From daddc3c15f2b1e2d39bddea8e055a0e329b4035e Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Thu, 27 Sep 2007 18:48:33 +0000 Subject: * arm-linux-tdep.c (arm_linux_software_single_step): New. (arm_linux_init_abi): Use it. * arm-tdep.c (arm_get_next_pc): Make global. Handle all-ones condition correctly. * arm-tdep.h (arm_get_next_pc): Declare. * Makefile.in (arm-linux-tdep.o): Update. --- gdb/arm-tdep.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/arm-tdep.h') diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h index 5fa8b62..5ab110e 100644 --- a/gdb/arm-tdep.h +++ b/gdb/arm-tdep.h @@ -181,6 +181,7 @@ struct gdbarch_tdep #endif CORE_ADDR arm_skip_stub (struct frame_info *, CORE_ADDR); +CORE_ADDR arm_get_next_pc (struct frame_info *, CORE_ADDR); int arm_software_single_step (struct frame_info *); /* Functions exported from armbsd-tdep.h. */ -- cgit v1.1