aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/mips-tdep.h')
-rw-r--r--gdb/mips-tdep.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/mips-tdep.h b/gdb/mips-tdep.h
index 768878c..e2bda3f 100644
--- a/gdb/mips-tdep.h
+++ b/gdb/mips-tdep.h
@@ -91,4 +91,8 @@ enum mips_insn_size
/* Single step based on where the current instruction will take us. */
extern void mips_software_single_step (enum target_signal, int);
+/* Tell if the program counter value in MEMADDR is in a MIPS16
+ function. */
+extern int mips_pc_is_mips16 (bfd_vma memaddr);
+
#endif /* MIPS_TDEP_H */