diff options
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r-- | gdb/objfiles.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h index f59feb2..ed0b5c8 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -435,6 +435,10 @@ struct objfile #define OBJF_SHARED (1 << 3) /* From a shared library */ +/* User requested that this objfile be read in it's entirety. */ + +#define OBJF_READNOW (1 << 4) /* Immediate full read */ + /* The object file that the main symbol table was loaded from (e.g. the argument to the "symbol-file" or "file" command). */ |