Age | Commit message (Expand) | Author | Files | Lines |
1994-03-26 | * buildsym.c (start_subfile, patch_subfile_names), demangle.c | Jim Kingdon | 1 | -3/+4 |
1994-01-27 | Fix many sins which will come up in 32 bit x 64 bit GDB, and | Jim Kingdon | 1 | -0/+9 |
1993-10-21 | * Makefile.in (c-exp.tab.o): Remove notice about shift/reduce conflicts | Jim Kingdon | 1 | -0/+4 |
1993-10-18 | * buildsym.c (finish_block): If we pop the context stack and it is | Jim Kingdon | 1 | -3/+8 |
1993-09-28 | Tue Sep 28 09:45:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 1 | -2/+2 |
1993-09-21 | * symfile.c (deduce_language_from_filename): Accept .cxx for C++. | Jim Kingdon | 1 | -7/+4 |
1993-09-08 | gcc lint | K. Richard Pixley | 1 | -2/+2 |
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-02 | * symtab.c (find_pc_line, find_line_common), | Jim Kingdon | 1 | -1/+2 |
1993-09-01 | * symtab.h (struct linetable), xcoffread.c (arrange_linetable): | Jim Kingdon | 1 | -7/+37 |
1993-08-09 | Moved the function hashname from stabsread.c to buildsym.c, since | Stan Shebs | 1 | -0/+31 |
1993-07-28 | * buildsym.c (start_subfile): If a .c file includes a .C file, set | Jim Kingdon | 1 | -0/+31 |
1993-03-26 | * Clean up xcoff relocation. | Jim Kingdon | 1 | -13/+11 |
1993-02-16 | * remote.c: Improve error recovery. Allow user to break out | John Gilmore | 1 | -1/+1 |
1992-12-23 | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1 | -2/+46 |
1992-12-15 | * complaints.c: New file, code moved from utils.c. | Fred Fish | 1 | -2/+3 |
1992-08-29 | RS/6000 portability changes (for hosting cross-debuggers). | John Gilmore | 1 | -2/+2 |
1992-08-12 | * buildsym.c (end_symtab): Document that end_symtab can return | Fred Fish | 1 | -1/+8 |
1992-08-06 | * buildsym.c (start_subfile): Compact dirname initialization. | Fred Fish | 1 | -10/+36 |
1992-08-06 | * buildsym.c (end_symtab): Make copy of dirname on symbol obstack. | Fred Fish | 1 | -1/+12 |
1992-08-01 | * dwarfread.c (struct dieinfo): Remove obsolete at_visibility, | Fred Fish | 1 | -1/+3 |
1992-07-28 | * Makefile.in (VERSION): Bump to 4.6.2. | Fred Fish | 1 | -3039/+244 |
1992-07-21 | * buildsym.c (read_struct_type): Initialize structs allocated | Fred Fish | 1 | -3/+9 |
1992-07-14 | Don't die on TYPE_CODE_UNDEF nodes as base classes. | Ken Raeburn | 1 | -2/+7 |
1992-07-10 | Various fixes to improve C++ debugging. See ChangeLog. | Per Bothner | 1 | -7/+16 |
1992-07-09 | * dwarfread.c (alloc_utype, decode_subscr_data): Call alloc_type | Fred Fish | 1 | -1/+1 |
1992-07-05 | * buildsym.c (finish_block): Fix thinko `inner block' complaints. | John Gilmore | 1 | -2/+4 |
1992-07-04 | Tidy innerblock_complaint and blockvector_complaint. | John Gilmore | 1 | -3/+6 |
1992-07-04 | * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, | Fred Fish | 1 | -9/+9 |
1992-07-03 | * dbxread.c (process_one_symbol): Ignore N_MAIN, N_ENDM for Solaris. | John Gilmore | 1 | -47/+72 |
1992-06-30 | * buildsym.c (scan_file_globals): Beware the null file. | John Gilmore | 1 | -0/+3 |
1992-06-29 | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 1 | -11/+11 |
1992-06-25 | * buildsym.c (read_sun_builtin_type): Handle new FCS Sun CC | Stu Grossman | 1 | -0/+8 |
1992-06-19 | * valprint.c (type_print_1): Plug memory leak. Print all | Fred Fish | 1 | -1/+1 |
1992-06-15 | * buildsym.c (define_symbol): Nameless types are now on several | John Gilmore | 1 | -7/+5 |
1992-06-13 | Lint | John Gilmore | 1 | -1/+1 |
1992-06-13 | * buildsym.h: Add processing_acc_compilation flag. | John Gilmore | 1 | -1/+144 |
1992-05-01 | * gdbtypes.c (make_{reference,pointer,function}_type): New | John Gilmore | 1 | -76/+48 |
1992-04-09 | buildsym.c: Fix parameter mis-match. | Per Bothner | 1 | -1/+1 |
1992-04-09 | Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik). | Per Bothner | 1 | -0/+39 |
1992-04-02 | * buildsym.c (read_struct_type): Avoid coredump when C++ | John Gilmore | 1 | -1/+1 |
1992-03-29 | Create and use macros for iterating on symtabs, psymtabs, msymbols. | John Gilmore | 1 | -13/+33 |
1992-03-29 | Merged in latest RS6000 diffs from Metin G. Ozisik. | Per Bothner | 1 | -6/+6 |
1992-03-27 | Misc cleanups from code review. | John Gilmore | 1 | -3/+0 |
1992-03-24 | Fixed a place where dbx symbol name continuation was appearing in an | Michael Tiemann | 1 | -0/+1 |
1992-03-21 | Many changes, most related to creating entry point information on a per-objfile | Fred Fish | 1 | -1/+2 |
1992-03-03 | Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com) | Michael Tiemann | 1 | -1/+0 |
1992-03-02 | More changes, mostly from IBM for rs6000. (See ChangeLog.) | Per Bothner | 1 | -0/+2 |
1992-03-01 | More changes, mostly from IBM, for the rs6000. See ChangeLog. | Per Bothner | 1 | -12/+22 |
1992-02-29 | Mostly rs6000 changes from IBM. | Per Bothner | 1 | -0/+4 |