diff options
Diffstat (limited to 'gdb/progspace.h')
-rw-r--r-- | gdb/progspace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/progspace.h b/gdb/progspace.h index bb10c4b..e1fcc3c 100644 --- a/gdb/progspace.h +++ b/gdb/progspace.h @@ -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; |