diff options
Diffstat (limited to 'gdb/psympriv.h')
-rw-r--r-- | gdb/psympriv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/psympriv.h b/gdb/psympriv.h index ae98a69..e4b2330 100644 --- a/gdb/psympriv.h +++ b/gdb/psympriv.h @@ -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 { |