aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
AgeCommit message (Collapse)AuthorFilesLines
1991-04-24 * blockframe.c, frame.h (reinit_frame_cache): New function.Jim Kingdon1-0/+8
solib.c (solib_add), symfile.c ({,add_}symbol_file_command): Use it.
1991-04-22 * symfile.c (symbol_file_add): Add comment.Jim Kingdon1-4/+5
solib.c (solib_add): Don't malloc name passed to symbol_file_add.
1991-04-19 * symfile.c: Rename add_syms_command to add_symbol_file_command.Jim Kingdon1-4/+4
(_initialize_symfile, add_syms_addr_command): Rename add-syms to add-symbol-file.
1991-04-19 * symfile.c (clear_symtab_users_once, cashier_psymtab,John Gilmore1-0/+186
free_named_symtabs): Move these routines from symmisc.c.
1991-04-13 Permit symbols to be superseded when new symbol files haveJohn Gilmore1-5/+11
been read in, particularly for VxWorks. * symfile.c (symbol_file_add): Use filtered printing and wrap it. If we have wiped out any old symbol tables, clean up at end of symbol reading. (symbol_file_command): Don't reference symfile_fns if it's zero.
1991-03-28Initial revisionK. Richard Pixley1-0/+746