Recognize a few more AIX XCOFF DWARF sections.
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index be2a5ef0f3129c4b160f6cce5ddcce8b6b7ca54b..da5ac1a2ba6f24fa7f2f582df976a18b36170e5c 100644 (file)
@@ -744,6 +744,11 @@ const char *objfile_filename (const struct objfile *objfile);
 
 extern const char *objfile_debug_name (const struct objfile *objfile);
 
+/* Return the name of the file format of OBJFILE if the file has been opened,
+   otherwise return NULL.  */
+
+const char *objfile_flavour_name (struct objfile *objfile);
+
 /* Set the objfile's notion of the "main" name and language.  */
 
 extern void set_objfile_main_name (struct objfile *objfile,
This page took 0.023969 seconds and 4 git commands to generate.