Age | Commit message (Expand) | Author | Files | Lines |
1994-10-08 | Speed up GDB startup time by not demangling partial symbols. | Peter Schauer | 1 | -8/+16 |
1994-08-19 | * c-typeprint.c (c_print_type): Assume demangled arguments | Peter Schauer | 1 | -19/+52 |
1994-06-02 | * configure.in: Add nlm subdir to configdirs for alpha-*-netware | Stu Grossman | 1 | -3/+12 |
1994-04-02 | * symfile.c (deduce_language_from_filename): .cpp is a C++ extension. | Jim Kingdon | 1 | -5/+6 |
1994-03-10 | Modified Files: | Kung Hsu | 1 | -20/+21 |
1994-03-02 | * os9kread.c (os9k_process_one_symbol): Rename | Jim Kingdon | 1 | -17/+20 |
1994-03-01 | Modified Files: | Kung Hsu | 1 | -9/+31 |
1994-02-17 | * corelow.c, exec.c, irix5-nat.c, mipsread.c, objfiles.c, | David MacKenzie | 1 | -9/+23 |
1993-11-01 | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1 | -5/+5 |
1993-10-31 | * symfile.h (sym_fns), symfile.c (find_sym_fns), xcoffread.c, | Jim Kingdon | 1 | -2/+6 |
1993-10-31 | * objfiles.h, infcmd.c, symfile.c: Add comments about how various | Jim Kingdon | 1 | -0/+5 |
1993-10-30 | * symfile.c (reread_symbols): When re-reading symbols, do all the | Jim Kingdon | 1 | -44/+155 |
1993-09-08 | some gcc lint | K. Richard Pixley | 1 | -1/+1 |
1993-09-02 | * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c, | Jim Kingdon | 1 | -2/+2 |
1993-09-01 | bcopy -> memcpy | K. Richard Pixley | 1 | -59/+148 |
1993-04-22 | * objfiles.h (obj_section), objfiles.c (build_objfile_section_table): | Jim Kingdon | 1 | -0/+6 |
1993-04-16 | Remove chill sanitizations, which are no longer necessary. | Fred Fish | 1 | -17/+28 |
1993-03-31 | Teach sparc solaris to next over shared library functions. | K. Richard Pixley | 1 | -76/+38 |
1993-01-01 | * tm-sun4sol2.h (CPLUS_MARKER): Remove, now set in tm-sysv4.h. | Fred Fish | 1 | -32/+2 |
1992-12-29 | * hppah-tdep.c (skip_trampoline_code): Use new macros for | Stu Grossman | 1 | -1/+1 |
1992-12-28 | * dbxread.c (dbx_symfile_init, elfstab_build_psymtabs): | Fred Fish | 1 | -8/+27 |
1992-12-23 | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1 | -21/+91 |
1992-12-17 | Eliminate uses of NAMES_HAVE_UNDERSCORE, using | John Gilmore | 1 | -0/+16 |
1992-12-15 | * complaints.c: New file, code moved from utils.c. | Fred Fish | 1 | -109/+11 |
1992-11-15 | * Makefile.in (SFILES_MAINDIR): Add ch-exp.y. | Fred Fish | 1 | -2/+43 |
1992-09-15 | * breakpoint.c, core.c, exec.c, language.c, main.c, printcmd.c, | Stu Grossman | 1 | -19/+69 |
1992-07-04 | * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, | Fred Fish | 1 | -8/+7 |
1992-06-13 | * elfread.c (record_minimal_symbol_and_info): Kludged to put | John Gilmore | 1 | -0/+1 |
1992-06-13 | * dbxread.c: Add symbol_size to struct dbx_symfile_info. | John Gilmore | 1 | -1/+62 |
1992-04-02 | Lint. | John Gilmore | 1 | -13/+14 |
1992-03-29 | Merged in latest RS6000 diffs from Metin G. Ozisik. | Per Bothner | 1 | -1/+1 |
1992-03-28 | Add OBJF_SYMS flag and use it to decide whether or not we have already | Fred Fish | 1 | -51/+44 |
1992-03-19 | * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c, | Fred Fish | 1 | -87/+97 |
1992-03-18 | Changes to implement the -mapped and -readnow options for commands that | Fred Fish | 1 | -77/+134 |
1992-03-15 | Globs of changes. See the ChangeLog for details. Most related to | Fred Fish | 1 | -89/+62 |
1992-02-27 | * breakpoint.h (ALL_BREAKPOINTS_SAFE): Add. | John Gilmore | 1 | -14/+26 |
1992-02-22 | * symfile.c (symbol_file_command): strcmp => !strcmp. | John Gilmore | 1 | -2/+2 |
1992-02-22 | * infrun.c, infcmd.c, breakpoint.c, main.c, symfile.c, | Stu Grossman | 1 | -486/+338 |
1992-01-30 | Various fixed triggered by trying to do the right thing wrt | Per Bothner | 1 | -3/+49 |
1991-12-04 | * Makefile.in: VERSION 4.2.96. | John Gilmore | 1 | -13/+66 |
1991-12-04 | * coffread.c (coff_symfile_read): Avoid select_source_symtab, | John Gilmore | 1 | -3/+4 |
1991-11-21 | * defs.h: Incorporate param.h. All users changed. | John Gilmore | 1 | -87/+295 |
1991-11-01 | * mipsread.c (read_mips_symtab, read_the_mips_symtab): Use real | John Gilmore | 1 | -5/+10 |
1991-10-26 | * symfile.c (syms_from_bfd): New routine. | John Gilmore | 1 | -24/+79 |
1991-09-28 | * coffread.c (coff_symfile_read): Use xmalloc, not malloc. | John Gilmore | 1 | -11/+59 |
1991-08-22 | lint | Stu Grossman | 1 | -36/+43 |
1991-05-30 | Roll in Tiemann changes for gcc -ansi. Fix assorted bugs. See ChangeLog. | John Gilmore | 1 | -1/+4 |
1991-05-02 | The list of changes is too long to fit in the cvs log (since it truncates!). | Jim Kingdon | 1 | -2/+4 |
1991-04-26 | * symfile.c (fill_in_vptr_fieldno): Don't call check_stub_type. | Jim Kingdon | 1 | -6/+16 |
1991-04-24 | * blockframe.c, frame.h (reinit_frame_cache): New function. | Jim Kingdon | 1 | -0/+8 |