aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarfread.c
AgeCommit message (Expand)AuthorFilesLines
1992-02-22* Check in Fred Fish's changes in these modules. FredJohn Gilmore1-479/+432
1992-02-17Add code to handle TAG_pointer_type DIE's (DWARF Information Entries)Fred Fish1-0/+51
1992-02-17When creating user defined types for subroutine and array types, checkFred Fish1-8/+42
1992-01-24The list_in_scope pointer needs to be initialized to point to aFred Fish1-1/+1
1992-01-15Changes to fix bug with static variables within function scopes.Fred Fish1-14/+13
1992-01-11Many changes to convert over to generic symbol table reading code inFred Fish1-647/+92
1991-12-28Missed some stuff last time.Per Bothner1-1/+1
1991-12-27Various changes to clean up ADD_PSYMBOL_TO_LIST and ADD_PSYMBOL_ADDR_TO_LISTFred Fish1-79/+23
1991-12-23Oodles of changes. The most important is adding support for stabsPer Bothner1-8/+20
1991-12-16Numerous small changes and a complete reorganization of solib.c, to supportFred Fish1-4/+12
1991-12-06More fixes for opaque and anonymous enumerations, structures, and unions.Fred Fish1-18/+36
1991-12-06Fixes to improve opaque struct/union handling. Still fails to find theFred Fish1-12/+24
1991-12-06* symtab.c (decode_line_1): If SKIP_PROLOGUE leaves us inJohn Gilmore1-1/+0
1991-12-06Several changes to fix misc problems with enums, structs, and unions,Fred Fish1-71/+126
1991-12-05Arrange for enumeration members to be manipulated in source code order,Fred Fish1-3/+15
1991-12-04Handle structures and unions which contain DIE's other than just memberFred Fish1-13/+27
1991-12-01 Changes due to include file renaming:Steve Chamberlain1-1/+1
1991-11-30Add tm-i386v4.h and xm-i386v4.h to Sanitize, add i386/SVR4 to configurationFred Fish1-2/+6
1991-11-22Initialize the c++ specific portion of the type structure for union typesFred Fish1-14/+18
1991-11-21* defs.h: Incorporate param.h. All users changed.John Gilmore1-4/+1
1991-11-20Recognize obsolete form of AT_element_list attribute still used by AT&TFred Fish1-4/+31
1991-11-20Ignore names invented by helpful compilers for anonymous structs, unions,Fred Fish1-2/+6
1991-11-18Changes to match new DWARF draft 5 version of include/dwarf.h.Fred Fish1-33/+22
1991-11-18Make changes needed to handle code which uses ANSI-mangled names (andMichael Tiemann1-0/+3
1991-11-15ansi name abuse changesDavid Henkel-Wallace1-3/+27
1991-11-15Changes to build misc function vector entries from canonical bfd symbolFred Fish1-16/+10
1991-11-12Remove internal gdb definition of fixed arg count concat() function andFred Fish1-2/+2
1991-11-09Remove leftover call to do_cleanups() which resulted from a previous change.Fred Fish1-3/+0
1991-11-09Add tracking of object files (that contain symbols) to gdb.John Gilmore1-108/+63
1991-11-06Add C++ as a separate language.Per Bothner1-3/+11
1991-10-26* symfile.c (syms_from_bfd): New routine.John Gilmore1-1/+0
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