diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-09-27 18:48:33 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-09-27 18:48:33 +0000 |
commit | daddc3c15f2b1e2d39bddea8e055a0e329b4035e (patch) | |
tree | 92ca8568bd6a3281c3ad02d2efec37a9bc1eef21 /gdb/arm-tdep.h | |
parent | 7c52e0e8658a0ea03067c301a15e793cf9f1c208 (diff) | |
download | gdb-daddc3c15f2b1e2d39bddea8e055a0e329b4035e.zip gdb-daddc3c15f2b1e2d39bddea8e055a0e329b4035e.tar.gz gdb-daddc3c15f2b1e2d39bddea8e055a0e329b4035e.tar.bz2 |
* 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.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ |