X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fprogspace.h;h=86bc22acc22c61ae0cd7df69debc7065b3282a5b;hb=deeafabb678e59d8585be6d765c7fbd0e7060b6c;hp=e1fcc3c68d2e00932aaa68bee77f8fc080db2271;hpb=234529260a90b6ac6ed38ddac45d6ed15149e8f8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/progspace.h b/gdb/progspace.h index e1fcc3c68d..86bc22acc2 100644 --- a/gdb/progspace.h +++ b/gdb/progspace.h @@ -173,6 +173,11 @@ struct program_space /* Remove OBJFILE from the list of objfiles. */ void remove_objfile (struct objfile *objfile); + /* Return true if there is more than one object file loaded; false + otherwise. */ + bool multi_objfile_p () const; + + /* Pointer to next in linked list. */ struct program_space *next = NULL;