[C++] Switch TRY/CATCH to real C++ try/catch by default again
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index be2a5ef0f3129c4b160f6cce5ddcce8b6b7ca54b..59b73f123a5aa3a126812d037d38efd6c462ce5d 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for symbol file management in GDB.
 
-   Copyright (C) 1992-2015 Free Software Foundation, Inc.
+   Copyright (C) 1992-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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.031796 seconds and 4 git commands to generate.