ChangeLog:
[deliverable/binutils-gdb.git] / gdb / arm-tdep.h
index 6e7eab9b447477cec96576025345baef873b469f..ef0200238f9be71c9b3447e829681660b03664f7 100644 (file)
@@ -309,6 +309,10 @@ extern void arm_displaced_step_fixup (struct gdbarch *,
                                      struct displaced_step_closure *,
                                      CORE_ADDR, CORE_ADDR, struct regcache *);
 
+/* Is the instruction at the given memory address a Thumb or ARM
+   instruction?  */
+extern int arm_pc_is_thumb (struct gdbarch *, CORE_ADDR);
+
 /* Functions exported from armbsd-tdep.h.  */
 
 /* Return the appropriate register set for the core section identified
This page took 0.024054 seconds and 4 git commands to generate.