aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarfread.c
AgeCommit message (Collapse)AuthorFilesLines
1991-11-09Remove leftover call to do_cleanups() which resulted from a previous change.Fred Fish1-3/+0
Was being called with a random pointer.
1991-11-09Add tracking of object files (that contain symbols) to gdb.John Gilmore1-108/+63
This includes a "struct objfile" that owns symtabs and psymtabs that were read in from that binary file. See ChangeLog.
1991-11-06Add C++ as a separate language.Per Bothner1-3/+11
Also, fix a C++ problem when looking for methods in super-classes. (There was confusion between base and derived types.)
1991-10-26* symfile.c (syms_from_bfd): New routine.John Gilmore1-1/+0
(add_symbol_file): Call it to do the real work. (syms_from_bfd): Initialize entry_point before calling symfile_init. * symtab.h, symfile.c, coffread.c, mipsread.c, dwarfread.c: Avoid declaring or setting entry_point (symfile.h & symfile.c cope).
1991-10-25Add casts to remove compiler warnings from native Sun cc.Fred Fish1-2/+2
1991-10-25Remove prototype for dwarfwarn(). Breaks with <varargs.h>.Fred Fish1-2/+1
1991-10-24Use <varargs.h>, since <stdarg.h> is not portable.John Gilmore1-3/+6
1991-10-24New files for DWARF debugging format support, ELF object file support, SVR4Fred Fish1-0/+3574
/proc (process file system) support, Amiga UNIX target and host defines, SVR4 target and host defines, and m68k hosts defines.