diff options
author | Pedro Alves <pedro@codesourcery.com> | 2007-09-03 22:24:24 +0000 |
---|---|---|
committer | Pedro Alves <pedro@codesourcery.com> | 2007-09-03 22:24:24 +0000 |
commit | eb12c722f94eb024ed05b338651d8bb24552c402 (patch) | |
tree | 22ea3f6bb1eab9fca7a6ca83ea88073fac092873 /gdb/arm-tdep.h | |
parent | 49de0160469231772d01e3f334d20351170e45c5 (diff) | |
download | gdb-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.h | 1 |
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. */ |