Introduce program_space::remove_objfile
[deliverable/binutils-gdb.git] / gdb / progspace.h
index bb10c4bbd26c74dd001258ddea5804642e0f60cf..e1fcc3c68d2e00932aaa68bee77f8fc080db2271 100644 (file)
@@ -170,6 +170,8 @@ struct program_space
      list.  */
   void add_objfile (struct objfile *objfile, struct objfile *before);
 
+  /* Remove OBJFILE from the list of objfiles.  */
+  void remove_objfile (struct objfile *objfile);
 
   /* Pointer to next in linked list.  */
   struct program_space *next = NULL;
This page took 0.022948 seconds and 4 git commands to generate.