| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused MAX_OF*/MIN_OF* macros. | Joel Brobecker | 2010-05-05 | 1 | -16/+0 |
* | gdb | Tom Tromey | 2010-03-10 | 1 | -1/+1 |
* | Update copyright year in most headers. | Joel Brobecker | 2010-01-01 | 1 | -1/+1 |
* | * gdbtypes.h (struct language_defn): Add forward declaration. | Ulrich Weigand | 2009-06-17 | 1 | -2/+4 |
* | gdb/ | Jan Kratochvil | 2009-05-21 | 1 | -1/+1 |
* | * Makefile.in: Update license to GPLv3. | Nathan Sidwell | 2009-03-18 | 1 | -16/+14 |
* | Updated copyright notices for most files. | Joel Brobecker | 2009-01-03 | 1 | -1/+1 |
* | * symtab.c (find_pc_sect_psymtab): Use MSYMBOL_TYPE. | Tom Tromey | 2008-10-01 | 1 | -1/+1 |
* | * expression.h (struct expression): New member GDBARCH. | Ulrich Weigand | 2008-09-11 | 1 | -7/+10 |
* | * parser-defs.h (write_exp_msymbol): Remove TEXT_SYMBOL_TYPE | Ulrich Weigand | 2008-09-11 | 1 | -6/+1 |
* | * symtab.h (enum address_class): Remove LOC_REGPARM and | Andreas Schwab | 2008-05-27 | 1 | -2/+0 |
* | * symtab.h (enum address_class): Remove LOC_BASEREG and | Ulrich Weigand | 2008-05-22 | 1 | -2/+0 |
* | * symtab.h (enum address_class): Remove LOC_LOCAL_ARG. | Ulrich Weigand | 2008-05-22 | 1 | -1/+0 |
* | * symtab.h (lookup_symbol_in_language): Remove SYMTAB parameter. | Ulrich Weigand | 2008-05-19 | 1 | -7/+5 |
* | * jv-exp.y (yylex): Replace DEPRECATED_STREQN with the appropriate | Markus Deuling | 2008-01-18 | 1 | -4/+5 |
* | Updated copyright notices for most files. | Daniel Jacobowitz | 2008-01-01 | 1 | -1/+1 |
* | * doc/gdb.texinfo: Add TSIZE definition, removed | Gaius Mulley | 2007-10-16 | 1 | -0/+10 |
* | Copyright updates for 2007. | Daniel Jacobowitz | 2007-01-09 | 1 | -2/+1 |
* | * breakpoint.c: | Eli Zaretskii | 2005-12-17 | 1 | -2/+3 |
* | 2003-11-23 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 2003-11-23 | 1 | -4/+4 |
* | 2003-09-25 David Carlton <carlton@kealia.com> | David Carlton | 2003-09-25 | 1 | -13/+13 |
* | 2003-05-14 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 2003-05-14 | 1 | -5/+5 |
* | Based on a patch from Daniel Berlin (dberlin@dberlin.org). | Daniel Jacobowitz | 2003-02-21 | 1 | -0/+2 |
* | 2003-02-19 David Carlton <carlton@math.stanford.edu> | David Carlton | 2003-02-20 | 1 | -0/+1 |
* | * c-exp.y: Add missing semi-colons. | Theodore A. Roth | 2002-11-06 | 1 | -0/+2 |
* | * ada-exp.y (yyname, yyrule): Remap global variables that appear | Jason Thorpe | 2002-09-03 | 1 | -0/+2 |
* | 2002-06-19 Pierre Muller <muller@ics.u-strasbg.fr> | Pierre Muller | 2002-06-21 | 1 | -1/+3 |
* | 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr> | Pierre Muller | 2002-05-03 | 1 | -0/+5 |
* | Update/correct copyright notices. | Kevin Buettner | 2001-03-06 | 1 | -1/+2 |
* | PARAMS removal. | Kevin Buettner | 2000-05-28 | 1 | -10/+5 |
* | import gdb-1999-12-13 snapshot | Jason Molenda | 1999-12-14 | 1 | -0/+4 |
* | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1999-04-16 | 1 | -0/+1094 |
* | Initial creation of sourceware repository | Stan Shebs | 1999-04-16 | 1 | -1094/+0 |
* | Patches to add Irix6 host support. | Jim Wilson | 1996-11-12 | 1 | -1/+1 |
* | * configure.in: Check for setpgid function. | Fred Fish | 1996-04-05 | 1 | -1/+1 |
* | * core-aout.c (fetch_core_registers): Cast core_reg_size to int | Fred Fish | 1996-03-30 | 1 | -2/+3 |
* | * Add native support for long double data type. | Stu Grossman | 1996-02-17 | 1 | -1/+1 |
* | * parse.c (write_dollar_variable): New function. | Per Bothner | 1995-10-05 | 1 | -78/+2 |
* | Update FSF address. | Fred Fish | 1995-08-02 | 1 | -1/+1 |
* | Add Linux yacc suport. | Michael Meissner | 1995-03-01 | 1 | -0/+9 |
* | * config/sparc/tm-sun4sol2.h, dbxread.c: Rename | Jim Kingdon | 1995-02-09 | 1 | -1/+2 |
* | Sun Jan 15 14:36:19 1995 Steve Chamberlain <sac@splat> | Steve Chamberlain | 1995-01-15 | 1 | -2/+2 |
* | Wed May 11 20:11:51 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1994-05-12 | 1 | -8/+3 |
* | * README: Remove note about gcc warnings on alpha, these should be | Peter Schauer | 1994-02-08 | 1 | -1/+3 |
* | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1993-11-01 | 1 | -1/+1 |
* | Sun Oct 24 20:16:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 1993-10-24 | 1 | -15/+5 |
* | * Makefile.in (c-exp.tab.o): Remove notice about shift/reduce conflicts | Jim Kingdon | 1993-10-21 | 1 | -0/+3 |
* | * findvar.c, value.h (symbol_read_needs_frame): New function. | Jim Kingdon | 1993-10-08 | 1 | -24/+3 |
* | * c-exp.y, m2-exp.y: Change type of address for msymbol to | Peter Schauer | 1993-09-30 | 1 | -1/+1 |
* | * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c, | Jim Kingdon | 1993-09-02 | 1 | -0/+3 |