Consolidate partial symtab dependency reading
[deliverable/binutils-gdb.git] / gdb / psympriv.h
index ae98a69bcc678306e4b0800e5917d7e21f17c3d9..e4b23301e9c53f0d1696e440c250e6960d75ea87 100644 (file)
@@ -134,6 +134,9 @@ struct partial_symtab
      expand_psymtab can be made.  */
   virtual void expand_psymtab (struct objfile *) = 0;
 
+  /* Ensure that all the dependencies are read in.  */
+  void read_dependencies (struct objfile *);
+
   /* Return the raw low text address of this partial_symtab.  */
   CORE_ADDR raw_text_low () const
   {
This page took 0.022654 seconds and 4 git commands to generate.