* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index 39129995fbcca78a3890664bcee12ead750b09eb..50226ff47e779ffeceddf033b4103155799fcf0d 100644 (file)
@@ -270,14 +270,22 @@ struct objfile
 
   struct entry_info ei;
 
-  /* Hook for information which is shared by sym_init and sym_read for
-     this objfile.  It is typically a pointer to malloc'd memory.  */
+  /* Information about stabs.  Will be filled in with a dbx_symfile_info
+     struct by those readers that need it. */
+
+  PTR sym_stab_info;
+
+  /* Hook for information for use by the symbol reader (currently used
+     for information shared by sym_init and sym_read).  It is
+     typically a pointer to malloc'd memory.  The symbol reader's finish
+     function is responsible for freeing the memory thusly allocated.  */
 
   PTR sym_private;
 
-  /* Hook for other info specific to this objfile.  This must point to
-     memory allocated on one of the obstacks in this objfile, so that it
-     gets freed automatically when reading a new object file. */
+  /* Hook for target-architecture-specific information.  This must
+     point to memory allocated on one of the obstacks in this objfile,
+     so that it gets freed automatically when reading a new object
+     file. */
 
   PTR obj_private;
 
This page took 0.023139 seconds and 4 git commands to generate.