aboutsummaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
AgeCommit message (Expand)AuthorFilesLines
1993-04-15* dbxread.c (unknown_symchar_complaint): Add new complaint.John Gilmore1-25/+51
1993-03-04 * dbxread.c (dbx_symfile_init): Make size of the string tableFred Fish1-35/+44
1993-03-03 * dbxread.c (dbx_symfile_init): Fix for nonexistant string table,Fred Fish1-3/+7
1993-02-17* dbxread.c (process_one_symbol): cast enum value N_SO into int whenK. Richard Pixley1-194/+31
1992-12-28 * dbxread.c (dbx_symfile_init, elfstab_build_psymtabs):Fred Fish1-3/+6
1992-12-23 * defs.h (STRCMP, STREQ, STREQN): New macros.Fred Fish1-11/+19
1992-12-15 * complaints.c: New file, code moved from utils.c.Fred Fish1-14/+18
1992-09-26* findvar.c (supply_register): Add CLEAN_UP_REGISTER_VALUE hook.John Gilmore1-19/+19
1992-09-25* tm-sparc.h, dbxread.c (read_ofile_symtab): Install Jim Wilson'sStu Grossman1-22/+30
1992-08-06 * buildsym.c (start_subfile): Compact dirname initialization.Fred Fish1-21/+52
1992-07-08* dbxread.c (dbx_symfile_init): Init stab_section_info to NULL toStu Grossman1-3/+4
1992-07-05* buildsym.c (finish_block): Fix thinko `inner block' complaints.John Gilmore1-1/+11
1992-07-04Relocate symbols using an array of section_offsets, rather than aJohn Gilmore1-90/+137
1992-07-04 * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c,Fred Fish1-3/+3
1992-07-03* dbxread.c (process_one_symbol): Ignore N_MAIN, N_ENDM for Solaris.John Gilmore1-2/+3
1992-06-29 * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c,Fred Fish1-3/+3
1992-06-25* dbxread.c (dbx_symfile_init): Move more code under hp9000s800Stu Grossman1-1/+1
1992-06-24* dbxread.c (read_ofile_symtab): Remove N_CATCH special case,John Gilmore1-11/+1
1992-06-19* configure.in, dbxread.c, hppa-coredep.c, hppa-pinsn.c,Stu Grossman1-1/+209
1992-06-19* remote.c (getpkt): Error if input exceeds buffer size.John Gilmore1-5/+1
1992-06-16* dbxread.c (process_one_symbol), partial-stab.h: IgnoreStu Grossman1-9/+12
1992-06-15 * Makefile.in (VERSION): Bump to 4.5.5.Fred Fish1-10/+8
1992-06-14* dbxread.c (end_psymtab): Only reset texthigh if it's not alreadyJohn Gilmore1-5/+13
1992-06-13* dbxread.c: Add symbol_size to struct dbx_symfile_info.John Gilmore1-63/+298
1992-04-02Lint.John Gilmore1-19/+17
1992-03-27Mostly changes to dbxread.c to preserve stringtab's on a per-objfileFred Fish1-168/+81
1992-03-19 * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c,Fred Fish1-54/+119
1992-03-15Globs of changes. See the ChangeLog for details. Most related toFred Fish1-17/+30
1992-02-22* xm-sun3os4.h, xm-sun4os4.h: Enable HAVE_MMAP.John Gilmore1-185/+157
1992-01-28Handle debug symbols in dynamically loaded (relocated) code:John Gilmore1-24/+76
1992-01-28Oops, checked in version with the wrong stuff enabled. Turn it off...Stu Grossman1-2/+4
1992-01-28* dbxread.c (process_one_symbol): Make a first cut at handlingStu Grossman1-6/+13
1992-01-13 * tm-mips.h: Removed BLOCK_ADDRESS_ABSOLUTE, now thatPer Bothner1-5/+12
1991-12-27More changes, mostly cleanups from the last set.Per Bothner1-18/+5
1991-12-27Various changes to clean up ADD_PSYMBOL_TO_LIST and ADD_PSYMBOL_ADDR_TO_LISTFred Fish1-31/+0
1991-12-23Oodles of changes. The most important is adding support for stabsPer Bothner1-677/+83
1991-11-21* defs.h: Incorporate param.h. All users changed.John Gilmore1-728/+149
1991-10-27* buildsym.c: Break out initial malloc sizes.John Gilmore1-65/+4
1991-10-26Break out symbol-table-building routinesJohn Gilmore1-2595/+27
1991-10-26 Various fixes to improve g++ debugging. See ChangeLog.Per Bothner1-16/+29
1991-10-24Remove the object file specific fields from the partial symbol tableFred Fish1-15/+39
1991-10-16* dbxread.c (read_dbx_symtab, process_one_symbol): HandleJohn Gilmore1-1/+4
1991-10-15Changes from Fred Fish:John Gilmore1-49/+56
1991-10-04* coffread.c, dbxread.c, symfile.c, symmisc.c, symtab.h: RemoveJohn Gilmore1-14/+9
1991-10-04* dbxread.c, coffread.c: static-ize functions that wereJohn Gilmore1-6/+6
1991-10-04* c-exp.y: sym->class to SYMBOL_CLASS (sym).John Gilmore1-1/+1
1991-10-03* dbxread.c (read_type): Handle error case slightly better.John Gilmore1-2/+4
1991-10-01* dbxread.c: Enable, but soften, const_vol_complaint.John Gilmore1-33/+18
1991-09-19* symfile.c (allocate_symtab): New fn, consolidates the workJohn Gilmore1-48/+91
1991-08-19Fixed two C++ related bugs.Michael Tiemann1-53/+48