diff options
Diffstat (limited to 'gdb/config/arm/tm-arm.h')
-rw-r--r-- | gdb/config/arm/tm-arm.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/config/arm/tm-arm.h b/gdb/config/arm/tm-arm.h index ed8e80c..190b8b2 100644 --- a/gdb/config/arm/tm-arm.h +++ b/gdb/config/arm/tm-arm.h @@ -513,4 +513,11 @@ extern int coff_sym_is_thumb (int val); /* The first 0x20 bytes are the trap vectors. */ #define LOWEST_PC 0x20 +/* Function to determine whether MEMADDR is in a Thumb function. */ +extern int arm_pc_is_thumb (bfd_vma memaddr); + +/* Function to determine whether MEMADDR is in a call dummy called from + a Thumb function. */ +extern int arm_pc_is_thumb_dummy (bfd_vma memaddr); + #endif /* TM_ARM_H */ |