import gdb-1999-10-04 snapshot

This commit is contained in:
Jason Molenda
1999-10-05 23:13:56 +00:00
parent 3e9c42873e
commit 2acceee218
112 changed files with 2316 additions and 855 deletions

View 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). */