import gdb-1999-10-04 snapshot
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index f59feb2c7d3cfc0121076a99fdb4af902fb48772..ed0b5c82e064863ec9bba83d04f6ac5b0a49904b 100644 (file)
@@ -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).  */
 
This page took 0.033439 seconds and 4 git commands to generate.