Add software single step support to moxie port
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 5e8d1e710ae5b50b48f6b785909c427b8c9fb8df..c7bef5fdd83e4babc889874ffea082fe769f4acc 100644 (file)
@@ -1431,6 +1431,10 @@ extern struct type *alloc_type_copy (const struct type *);
    objfile's architecture is returned.  */
 extern struct gdbarch *get_type_arch (const struct type *);
 
+/* This returns the target type (or NULL) of TYPE, also skipping
+   past typedefs.  */
+extern struct type *get_target_type (struct type *type);
+
 /* Helper function to construct objfile-owned types.  */
 extern struct type *init_type (enum type_code, int, int, const char *,
                               struct objfile *);
@@ -1660,4 +1664,6 @@ extern struct type *copy_type (const struct type *type);
 
 extern int types_equal (struct type *, struct type *);
 
+extern int types_deeply_equal (struct type *, struct type *);
+
 #endif /* GDBTYPES_H */
This page took 0.024609 seconds and 4 git commands to generate.