Age | Commit message (Expand) | Author | Files | Lines |
1994-04-15 | Fri Apr 15 11:53:46 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -2/+2 |
1994-04-08 | * infrun.c (IN_SOLIB_TRAMPOLINE): Correct comment, trampolines | Peter Schauer | 1 | -2/+27 |
1994-01-16 | * symtab.h (struct symbol): Make section short, not unsigned short. | Jim Kingdon | 1 | -2/+9 |
1994-01-12 | * symtab.h (struct symbol, general_symbol_info, minimal_symbol, | John Gilmore | 1 | -25/+35 |
1993-12-27 | * dbxread.c: Move default definition of GCC_COMPILED_FLAG_SYMBOL | Jim Kingdon | 1 | -1/+11 |
1993-11-02 | * symtab.c, symtab.h, source.c: Change find_line_pc_range to take | Jim Kingdon | 1 | -9/+12 |
1993-09-08 | * minsyms.c, symtab.h (lookup_next_minimal_symbol): New function. | Jim Kingdon | 1 | -0/+2 |
1993-09-01 | * symtab.h (struct linetable), xcoffread.c (arrange_linetable): | Jim Kingdon | 1 | -10/+14 |
1993-08-24 | * frame.h, symtab.h, findvar.c (read_var_value): Change basereg | Jim Kingdon | 1 | -25/+19 |
1993-08-21 | * frame.h, symtab.h: Revise comments regarding baseregs. | Jim Kingdon | 1 | -8/+19 |
1993-07-19 | Make breakpoint_re_set_one work with overloaded member functions, | Peter Schauer | 1 | -1/+1 |
1993-07-12 | * symtab.c (decode_line_1): Use end of block to figure out whether | Jim Kingdon | 1 | -2/+2 |
1993-07-08 | * infcmd.c (run_stack_dummy): New argument name. | Jim Kingdon | 1 | -3/+11 |
1993-06-29 | * symtab.h: Add comments about line numbers. | Jim Kingdon | 1 | -4/+8 |
1993-06-29 | * symtab.h (struct symtab, line_charpos): Fix comment. | Jim Kingdon | 1 | -35/+37 |
1993-05-26 | * source.c (line_info): If --fullname, display the source. | Jim Kingdon | 1 | -2/+22 |
1993-04-23 | Doc fixes to previous doc fixes. | Jim Kingdon | 1 | -2/+2 |
1993-04-22 | Thu Apr 22 14:50:05 1993 Jim Kingdon (kingdon@cygnus.com) | Jim Kingdon | 1 | -8/+12 |
1993-04-22 | * symtab.h: Clean up SYMBOL_VALUE comments. | Jim Kingdon | 1 | -37/+30 |
1993-04-16 | Remove chill sanitizations, which are no longer necessary. | Fred Fish | 1 | -21/+2 |
1993-04-16 | More doc fixes | Jim Kingdon | 1 | -1/+3 |
1993-04-16 | * symtab.{c,h}: Doc fixes (remove symseg references, last relevant | Jim Kingdon | 1 | -39/+39 |
1993-04-08 | * symtab.h (DESTRUCTOR_PREFIX_P): New macro to check if physname | Peter Schauer | 1 | -3/+35 |
1993-03-23 | * symtab.h (struct linetable_entry): Remove confusing comment. | John Gilmore | 1 | -29/+136 |
1992-12-23 | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1 | -192/+402 |
1992-09-04 | A ton of changes to improve C++ debugging. See ChangeLog. | Per Bothner | 1 | -0/+28 |
1992-07-04 | Relocate symbols using an array of section_offsets, rather than a | John Gilmore | 1 | -4/+20 |
1992-07-04 | * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, | Fred Fish | 1 | -1/+1 |
1992-06-29 | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 1 | -4/+20 |
1992-06-13 | * symtab.h (struct symbol): Add aux_value union for preserving | Fred Fish | 1 | -19/+18 |
1992-03-18 | Changes to implement the -mapped and -readnow options for commands that | Fred Fish | 1 | -437/+198 |
1991-12-23 | Oodles of changes. The most important is adding support for stabs | Per Bothner | 1 | -3/+15 |
1991-12-19 | * command.h, defs.h, eval.h, expression.h, remote-sa.sparc.c, | Stu Grossman | 1 | -14/+14 |
1991-11-28 | Make structs work on DECstation (sigh) | John Gilmore | 1 | -1/+2 |
1991-11-27 | Improve G++ debugging support. | John Gilmore | 1 | -22/+4 |
1991-11-21 | * defs.h: Incorporate param.h. All users changed. | John Gilmore | 1 | -7/+1 |
1991-11-19 | Add defines so that parsers produced by SVR4 versions of yacc can coexist | Fred Fish | 1 | -74/+91 |
1991-11-09 | Add tracking of object files (that contain symbols) to gdb. | John Gilmore | 1 | -15/+11 |
1991-10-27 | * buildsym.c: Break out initial malloc sizes. | John Gilmore | 1 | -5/+2 |
1991-10-26 | Various fixes to improve g++ debugging. See ChangeLog. | Per Bothner | 1 | -5/+7 |
1991-10-24 | Add three new builtin types (builtin_type_long_double, builtin_type_complex, | Fred Fish | 1 | -0/+3 |
1991-10-24 | Remove the object file specific fields from the partial symbol table | Fred Fish | 1 | -46/+37 |
1991-05-03 | Make it run on wingnut (88k, DGUX). Complete list of changes in the ChangeLog. | Jim Kingdon | 1 | -0/+7 |
1991-05-02 | The list of changes is too long to fit in the cvs log (since it truncates!). | Jim Kingdon | 1 | -0/+15 |
1991-04-30 | Tue Apr 30 13:13:33 1991 Michael Tiemann (tiemann at cygint.cygnus.com) | Michael Tiemann | 1 | -1/+1 |
1991-04-26 | * symtab.c, symtab.h: Have a builtin_type_{,unsigned_}long_long | Jim Kingdon | 1 | -2/+21 |
1991-04-19 | * symtab.c (free_symtab): Declare as exported void fn now. | John Gilmore | 1 | -0/+3 |
1991-04-13 | * symtab.h (GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK): New | John Gilmore | 1 | -0/+5 |
1991-03-28 | Initial revision | K. Richard Pixley | 1 | -0/+884 |
1990-09-05 | Initial revision | John Gilmore | 1 | -371/+0 |