Move free_all_objfiles to program_space
[deliverable/binutils-gdb.git] / gdb / progspace.h
index a731eb6e24de73461d14eeddfd9cc4078c0308fa..6945e38eb921f41353a7699b386d2aaddb317a95 100644 (file)
@@ -179,6 +179,9 @@ struct program_space
     return objfiles_list.size () > 1;
   }
 
+  /* Free all the objfiles associated with this program space.  */
+  void free_all_objfiles ();
+
 
   /* Pointer to next in linked list.  */
   struct program_space *next = NULL;
This page took 0.023764 seconds and 4 git commands to generate.