summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.h
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2007-09-03 22:24:24 +0000
committerPedro Alves <pedro@codesourcery.com>2007-09-03 22:24:24 +0000
commiteb12c722f94eb024ed05b338651d8bb24552c402 (patch)
tree22ea3f6bb1eab9fca7a6ca83ea88073fac092873 /gdb/arm-tdep.h
parent49de0160469231772d01e3f334d20351170e45c5 (diff)
downloadgdb-eb12c722f94eb024ed05b338651d8bb24552c402.tar.gz
* arm-tdep.h (arm_skip_stub): Declare.
* arm-wince-tdep.c: Don't include "solib-svr4.h". Include "gdbcore.h". (arm_pe_skip_trampoline_code): New function. (arm_wince_init_abi): Register arm_pe_skip_trampoline_code as gdbarch_skip_trampoline_code callback. * Makefile.in (arm-wince-tdep.o): Update dependencies.
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 5ac35ca1745..5fa8b62d382 100644
--- a/gdb/arm-tdep.h
+++ b/gdb/arm-tdep.h
@@ -180,6 +180,7 @@ struct gdbarch_tdep
#define LOWEST_PC (gdbarch_tdep (current_gdbarch)->lowest_pc)
#endif
+CORE_ADDR arm_skip_stub (struct frame_info *, CORE_ADDR);
int arm_software_single_step (struct frame_info *);
/* Functions exported from armbsd-tdep.h. */