binutils
[deliverable/binutils-gdb.git] / gdb / psympriv.h
index 370ce86b3159ff83b7879e8fcb4cf0cadcf64e83..16b9b83f902e61cd823ac408524f8e3c09eec1f3 100644 (file)
@@ -82,7 +82,9 @@ struct partial_symtab
 
   struct partial_symtab *next;
 
-  /* Name of the source file which this partial_symtab defines.  */
+  /* Name of the source file which this partial_symtab defines,
+     or if the psymtab is anonymous then a descriptive name for
+     debugging purposes, or "".  It must not be NULL.  */
 
   const char *filename;
 
@@ -182,6 +184,10 @@ struct partial_symtab
 
   unsigned char psymtabs_addrmap_supported;
 
+  /* True if the name of this partial symtab is not a source file name.  */
+
+  unsigned char anonymous;
+
   /* A flag that is temporarily used when searching psymtabs.  */
 
   ENUM_BITFIELD (psymtab_search_status) searched_flag : 2;
This page took 0.024099 seconds and 4 git commands to generate.