Remove MULTI_OBJFILE_P
[deliverable/binutils-gdb.git] / gdb / progspace.h
index e1fcc3c68d2e00932aaa68bee77f8fc080db2271..86bc22acc22c61ae0cd7df69debc7065b3282a5b 100644 (file)
@@ -173,6 +173,11 @@ struct program_space
   /* Remove OBJFILE from the list of objfiles.  */
   void remove_objfile (struct objfile *objfile);
 
+  /* Return true if there is more than one object file loaded; false
+     otherwise.  */
+  bool multi_objfile_p () const;
+
+
   /* Pointer to next in linked list.  */
   struct program_space *next = NULL;
 
This page took 0.023571 seconds and 4 git commands to generate.