aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarfread.c
AgeCommit message (Expand)AuthorFilesLines
1992-10-22* Makefile.in (HFILES): Add nm-i386sco.h.Stu Grossman1-0/+1
1992-10-15Lint around file_ptr's (bfd's off_t's) and bfd_seek.John Gilmore1-34/+38
1992-10-01 * dwarfread.c (dbsize): New variable to hold size of dwarf info.Fred Fish1-7/+18
1992-08-31 * dwarfread.c (cu_language): New local variable to recordFred Fish1-25/+149
1992-08-24 * coffread.c (decode_type): Call alloc_type to alloc newFred Fish1-2/+1
1992-08-14 * cplus-dem.c (cplus_markers): Add table for gnu style andFred Fish1-2/+2
1992-08-12 * buildsym.c (end_symtab): Document that end_symtab can returnFred Fish1-12/+15
1992-08-11 * Makefile.in (VERSION): Bump to 4.6.3.Fred Fish1-6/+64
1992-08-09 * dwarfread.c (struct dieinfo): Add has_at_byte_size.Fred Fish1-5/+24
1992-08-01 * dwarfread.c (struct dieinfo): Remove obsolete at_visibility,Fred Fish1-15/+0
1992-07-28 * Makefile.in (VERSION): Bump to 4.6.2.Fred Fish1-0/+4
1992-07-17 * dwarfread.c (read_file_scope): Pass contents of AT_comp_dirFred Fish1-2/+12
1992-07-16Change LCC_PRODUCER string to match current NCR lcc AT_producer. UpdateFred Fish1-1/+1
1992-07-15 * dbxread.c, dwarfread.c: Re-enable experimental code toFred Fish1-1/+1
1992-07-14 * Makefile.in (DEMANGLING_STYLE): New define to set defaultFred Fish1-2/+68
1992-07-09 * dwarfread.c (alloc_utype, decode_subscr_data): Call alloc_typeFred Fish1-10/+2
1992-07-04Relocate symbols using an array of section_offsets, rather than aJohn Gilmore1-6/+15
1992-07-04 * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,Fred Fish1-12/+12
1992-06-25 * mipsread.c: Pass NULL name pointer to init_type, not 0.Fred Fish1-2/+5
1992-06-23 * command.c (add_abbrev_prefix_cmd): Fix misspelling in comment.Fred Fish1-1/+1
1992-06-15* dwarfread.c (decode_modified_type): Change type of first arg.Fred Fish1-6/+8
1992-05-17 * inflow.c (new_tty): Temporarily ignore SIGTTOU whenFred Fish1-1/+1
1992-05-03 * Makefile.in (VERSION): Bump to 4.5.2.Fred Fish1-1/+21
1992-04-17Fix to dwarfread.c to target pointer and target long sizes, fixes forFred Fish1-9/+9
1992-04-14Extensive changes to replace swapin() function with target_to_host()Fred Fish1-347/+534
1992-04-11Add swapin() function, and SWAPIN macro that calls it, to do byte swappingFred Fish1-75/+127
1992-03-29Create and use macros for iterating on symtabs, psymtabs, msymbols.John Gilmore1-17/+11
1992-03-21Many changes, most related to creating entry point information on a per-objfileFred Fish1-14/+11
1992-03-15Globs of changes. See the ChangeLog for details. Most related toFred Fish1-10/+10
1992-03-03Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann1-2/+1
1992-02-22Saberlint.John Gilmore1-3/+0
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