| Commit message (Expand) | Author | Age | Files | Lines |
* | * dbxread.c: Remove BELIEVE_PCC_PROMOTION define. The code which | Jim Kingdon | 1993-11-10 | 1 | -9/+0 |
* | * dbxread.c (unknown_symchar_complaint): Make message refer to | Jim Kingdon | 1993-11-05 | 1 | -1/+1 |
* | * dbxread.c (process_one_symbol): Do relocate 'S' symbols by | Jim Kingdon | 1993-11-04 | 1 | -3/+11 |
* | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1993-11-01 | 1 | -6/+6 |
* | * symfile.h (sym_fns), symfile.c (find_sym_fns), xcoffread.c, | Jim Kingdon | 1993-10-31 | 1 | -30/+1 |
* | * symfile.c (reread_symbols): When re-reading symbols, do all the | Jim Kingdon | 1993-10-30 | 1 | -93/+16 |
* | Added new slot to objfile struct to be shared by all stab-reading formats. | Stan Shebs | 1993-10-03 | 1 | -5/+9 |
* | Additions to support stabs-in-coff. | Stan Shebs | 1993-09-29 | 1 | -0/+77 |
* | Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 1993-09-28 | 1 | -14/+32 |
* | Revert previous change. It doesn't work because it neglects to | Jim Kingdon | 1993-09-08 | 1 | -10/+5 |
* | * minsyms.c, symtab.h (lookup_next_minimal_symbol): New function. | Jim Kingdon | 1993-09-08 | 1 | -5/+10 |
* | revise comment | Jim Kingdon | 1993-09-08 | 1 | -2/+7 |
* | * dbxread.c (process_one_symbol): If the value of an N_FUN for a | Jim Kingdon | 1993-09-07 | 1 | -1/+9 |
* | * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c, | Jim Kingdon | 1993-09-02 | 1 | -3/+1 |
* | bzero -> memset | K. Richard Pixley | 1993-09-01 | 1 | -2/+2 |
* | * stabsread.h, dbxread.c (end_psymtab): Return NULL if the psymtab | Peter Schauer | 1993-08-30 | 1 | -11/+8 |
* | Write ChangeLog entry for sef changes. | Jim Kingdon | 1993-08-23 | 1 | -13/+0 |
* | Add support for netbsd386 (almost-but-not-quite 386bsd). | Sean Eric Fagan | 1993-08-23 | 1 | -5/+35 |
* | * breakpoint.c (breakpoint_1): Walk the breakpoint chain to decide if | Peter Schauer | 1993-07-27 | 1 | -7/+7 |
* | * dbxread.c (process_one_symbol): Deal with SunOS4 acc N_STSYM and | Jim Kingdon | 1993-07-27 | 1 | -1/+1 |
* | * hppa-tdep.c: Remove all uses of use_unwind and `set use_unwind' | Jim Kingdon | 1993-07-26 | 1 | -78/+131 |
* | improve comment about Sun acc | Jim Kingdon | 1993-07-12 | 1 | -24/+42 |
* | * dbxread.c (copy_pending): Change name and function of begi argument | Jim Kingdon | 1993-06-23 | 1 | -7/+14 |
* | * config/i386/*aix*, i386aix-nat.c: New files. | Jim Kingdon | 1993-06-21 | 1 | -9/+12 |
* | * dbxread.c (process_one_symbol): If SUN_FIXED_LBRAC_BUG is not | Jim Kingdon | 1993-06-13 | 1 | -10/+25 |
* | * dbxread.c (process_one_symbol): Set n_opt_found based on whether | Jim Kingdon | 1993-06-13 | 1 | -12/+11 |
* | * dbxread.c (process_one_symbol): Rather than having | Jim Kingdon | 1993-06-11 | 1 | -51/+62 |
* | * dbxread.c (read_ofile_symtab): Remove "#if 1" around code to | Fred Fish | 1993-05-30 | 1 | -5/+1 |
* | * dbxread.c (unknown_symchar_complaint): Add new complaint. | John Gilmore | 1993-04-15 | 1 | -25/+51 |
* | * dbxread.c (dbx_symfile_init): Make size of the string table | Fred Fish | 1993-03-04 | 1 | -35/+44 |
* | * dbxread.c (dbx_symfile_init): Fix for nonexistant string table, | Fred Fish | 1993-03-03 | 1 | -3/+7 |
* | * dbxread.c (process_one_symbol): cast enum value N_SO into int when | K. Richard Pixley | 1993-02-17 | 1 | -194/+31 |
* | * dbxread.c (dbx_symfile_init, elfstab_build_psymtabs): | Fred Fish | 1992-12-28 | 1 | -3/+6 |
* | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1992-12-23 | 1 | -11/+19 |
* | * complaints.c: New file, code moved from utils.c. | Fred Fish | 1992-12-15 | 1 | -14/+18 |
* | * findvar.c (supply_register): Add CLEAN_UP_REGISTER_VALUE hook. | John Gilmore | 1992-09-26 | 1 | -19/+19 |
* | * tm-sparc.h, dbxread.c (read_ofile_symtab): Install Jim Wilson's | Stu Grossman | 1992-09-25 | 1 | -22/+30 |
* | * buildsym.c (start_subfile): Compact dirname initialization. | Fred Fish | 1992-08-06 | 1 | -21/+52 |
* | * dbxread.c (dbx_symfile_init): Init stab_section_info to NULL to | Stu Grossman | 1992-07-08 | 1 | -3/+4 |
* | * buildsym.c (finish_block): Fix thinko `inner block' complaints. | John Gilmore | 1992-07-05 | 1 | -1/+11 |
* | Relocate symbols using an array of section_offsets, rather than a | John Gilmore | 1992-07-04 | 1 | -90/+137 |
* | * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, | Fred Fish | 1992-07-04 | 1 | -3/+3 |
* | * dbxread.c (process_one_symbol): Ignore N_MAIN, N_ENDM for Solaris. | John Gilmore | 1992-07-03 | 1 | -2/+3 |
* | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 1992-06-29 | 1 | -3/+3 |
* | * dbxread.c (dbx_symfile_init): Move more code under hp9000s800 | Stu Grossman | 1992-06-25 | 1 | -1/+1 |
* | * dbxread.c (read_ofile_symtab): Remove N_CATCH special case, | John Gilmore | 1992-06-24 | 1 | -11/+1 |
* | * configure.in, dbxread.c, hppa-coredep.c, hppa-pinsn.c, | Stu Grossman | 1992-06-19 | 1 | -1/+209 |
* | * remote.c (getpkt): Error if input exceeds buffer size. | John Gilmore | 1992-06-19 | 1 | -5/+1 |
* | * dbxread.c (process_one_symbol), partial-stab.h: Ignore | Stu Grossman | 1992-06-16 | 1 | -9/+12 |
* | * Makefile.in (VERSION): Bump to 4.5.5. | Fred Fish | 1992-06-15 | 1 | -10/+8 |