diff options
author | Pedro Alves <palves@redhat.com> | 2007-09-03 22:24:24 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2007-09-03 22:24:24 +0000 |
commit | 6dc134122f43d3607284c0e372e239321b4ab7fb (patch) | |
tree | 431c7aec6b3c25fbfcd65aff35afc85596df26e8 /gdb/arm-tdep.h | |
parent | aec18585f04e9410cc3c965b1e33e8b5b056e018 (diff) | |
download | gdb-6dc134122f43d3607284c0e372e239321b4ab7fb.zip gdb-6dc134122f43d3607284c0e372e239321b4ab7fb.tar.gz gdb-6dc134122f43d3607284c0e372e239321b4ab7fb.tar.bz2 |
* 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 5ac35ca..5fa8b62 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. */ |