diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-05-02 04:28:42 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-05-02 04:28:42 +0000 |
commit | e1ce8aa5ed46310d716472d19d2e87da2833d599 (patch) | |
tree | cacaf1a83d8e388b049c2b3bc454f311dd34b6e2 /gdb/symtab.h | |
parent | 04a0511c0af3d07f7b4587fbf4715d2b956f1fad (diff) | |
download | gdb-e1ce8aa5ed46310d716472d19d2e87da2833d599.zip gdb-e1ce8aa5ed46310d716472d19d2e87da2833d599.tar.gz gdb-e1ce8aa5ed46310d716472d19d2e87da2833d599.tar.bz2 |
The list of changes is too long to fit in the cvs log (since it truncates!).
Look at the ChangeLog for Apr 30 and May 1.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index d9746e8..99e370c 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -818,6 +818,11 @@ extern struct type *lookup_member_type (); extern struct type *lookup_method_type (); extern struct type *lookup_class (); extern void smash_to_method_type (); +void smash_to_member_type ( +#ifdef __STDC__ + struct type *, struct type *, struct type * +#endif + ); extern struct type *allocate_stub_method (); /* end of C++ stuff. */ @@ -902,6 +907,16 @@ void symbol_file_add (); /* source.c */ int identify_source_line (); void print_source_lines (); +void forget_cached_source_info ( +#ifdef __STDC__ + void +#endif + ); +void select_source_symtab ( +#ifdef __STDC__ + struct symtab * +#endif + ); char **make_symbol_completion_list (); |