summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-09-27 18:48:33 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-09-27 18:48:33 +0000
commit8b4b21add1d5746fdc243146f4f23092e4714c16 (patch)
tree58b5532c7285f5110e304d00dfa0b9970ecfc07e /gdb/arm-tdep.h
parent8fb8ddae13670334a717a271e7e3835cf2cf4206 (diff)
downloadgdb-8b4b21add1d5746fdc243146f4f23092e4714c16.tar.gz
* 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.
Diffstat (limited to 'gdb/arm-tdep.h')
-rw-r--r--gdb/arm-tdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h
index 5fa8b62d382..5ab110e8241 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. */