Notify about breakpoint modification when enabling/disabling single location
[deliverable/binutils-gdb.git] / gdb / symfile.h
index d9185092eec6f68649133a2efef9c32fb5afc719..79c7687d29842955b8d6f5bbbd6129afcf8b92ec 100644 (file)
@@ -61,7 +61,9 @@ struct other_sections
   CORE_ADDR addr;
   std::string name;
 
-  /* SECTINDEX must be valid for associated BFD or set to -1.  */
+  /* SECTINDEX must be valid for associated BFD or set to -1.
+     See syms_from_objfile_1 for an exception to this rule.
+   */
   int sectindex;
 };
 
@@ -614,8 +616,6 @@ extern bool dwarf2_initialize_objfile (struct objfile *objfile,
 extern void dwarf2_build_psymtabs (struct objfile *);
 extern void dwarf2_build_frame_info (struct objfile *);
 
-void dwarf2_free_objfile (struct objfile *);
-
 /* From mdebugread.c */
 
 extern void mdebug_build_psymtabs (minimal_symbol_reader &,
This page took 0.025233 seconds and 4 git commands to generate.