| Commit message (Expand) | Author | Age | Files | Lines |
* | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 2015-02-27 | 1 | -21/+21 |
* | c-exp.y: misc cleanup, no code changes | Doug Evans | 2015-01-03 | 1 | -31/+31 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Look up primitive types as symbols. | Doug Evans | 2014-12-23 | 1 | -7/+0 |
* | language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b... | Doug Evans | 2014-12-18 | 1 | -3/+3 |
* | cp_find_type_baseclass_by_name: Renamed from find_type_baseclass_by_name. | Doug Evans | 2014-12-16 | 1 | -2/+2 |
* | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 2014-11-18 | 1 | -1/+1 |
* | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT. | Doug Evans | 2014-11-06 | 1 | -2/+2 |
* | parse_number("0") reads uninitialized memory | Pedro Alves | 2014-09-04 | 1 | -1/+1 |
* | Include string.h in common-defs.h | Gary Benson | 2014-08-07 | 1 | -1/+0 |
* | Include gdb_assert.h in common-defs.h | Gary Benson | 2014-08-07 | 1 | -1/+0 |
* | constify struct block in some places | Tom Tromey | 2014-06-18 | 1 | -1/+1 |
* | implement support for "enum class" | Tom Tromey | 2014-04-14 | 1 | -9/+17 |
* | Fix c++/16675 -- sizeof reference type should give the size of | Keith Seitz | 2014-04-11 | 1 | -3/+11 |
* | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 2014-03-27 | 1 | -326/+372 |
* | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 2014-02-26 | 1 | -1/+1 |
* | Avoid bison-isms when using yacc. | Mark Kettenis | 2014-02-05 | 1 | -0/+6 |
* | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 2014-01-01 | 1 | -1/+1 |
* | PR c++/14819: Explicit class:: inside class scope does not work | Keith Seitz | 2013-11-25 | 1 | -1/+27 |
* | remove gdb_string.h | Tom Tromey | 2013-11-18 | 1 | -1/+1 |
* | fix PR c++/16117 | Tom Tromey | 2013-11-15 | 1 | -18/+35 |
* | Constification of parse_linespec and fallout: | Keith Seitz | 2013-10-02 | 1 | -21/+32 |
* | remove msymbol_objfile | Tom Tromey | 2013-08-05 | 1 | -6/+6 |
* | PR c++/9065: | Tom Tromey | 2013-04-15 | 1 | -1/+12 |
* | PR symtab/11462: | Tom Tromey | 2013-03-25 | 1 | -0/+43 |
* | PR exp/15109: | Tom Tromey | 2013-03-21 | 1 | -51/+78 |
* | * c-exp.y (YYPRINT): Define. | Tom Tromey | 2013-03-21 | 1 | -0/+56 |
* | * c-exp.y (%union) <sym, ivar, ivec>: Remove. | Tom Tromey | 2013-03-21 | 1 | -3/+0 |
* | PR symtab/11464: | Tom Tromey | 2013-02-12 | 1 | -11/+23 |
* | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 2013-01-31 | 1 | -1/+1 |
* | * c-exp.y (qualified_name): Use TYPE_SAFE_NAME. | Tom Tromey | 2013-01-25 | 1 | -3/+3 |
* | Update years in copyright notice for the GDB files. | Joel Brobecker | 2013-01-01 | 1 | -2/+1 |
* | PR c++/8888: | Tom Tromey | 2012-12-14 | 1 | -0/+21 |
* | * c-exp.y (block, variable, name_not_typename, lex_one_token, | Tom Tromey | 2012-12-14 | 1 | -11/+19 |
* | * ada-lang.c (ada_make_symbol_completion_list): Add 'code' | Tom Tromey | 2012-12-07 | 1 | -0/+44 |
* | * expression.h (parse_expression_for_completion): Rename | Tom Tromey | 2012-12-07 | 1 | -3/+3 |
* | * ada-exp.y (write_object_renaming, write_var_or_type) | Tom Tromey | 2012-12-03 | 1 | -2/+2 |
* | * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags | Tom Tromey | 2012-11-12 | 1 | -1/+3 |
* | * c-exp.y (classify_name): Avoid assignment in condition. | Tom Tromey | 2012-07-27 | 1 | -2/+2 |
* | * Makefile.in (SFILES): Remove objc-exp.y. | Tom Tromey | 2012-07-26 | 1 | -3/+151 |
* | PR exp/13206: | Tom Tromey | 2012-07-19 | 1 | -1/+23 |
* | * c-exp.y (enum token_flags): New. | Tom Tromey | 2012-07-19 | 1 | -30/+61 |
* | * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE. | Tom Tromey | 2012-07-19 | 1 | -24/+12 |
* | * c-exp.y (check_parameter_typelist): New function. | Tom Tromey | 2012-07-09 | 1 | -0/+34 |
* | * c-exp.y (DOTDOTDOT): New token. | Tom Tromey | 2012-07-06 | 1 | -4/+16 |
* | PR exp/9608: | Tom Tromey | 2012-07-06 | 1 | -16/+24 |
* | * c-exp.y (%union) <type_stack>: New field. | Tom Tromey | 2012-07-06 | 1 | -5/+33 |
* | * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator): | Tom Tromey | 2012-07-06 | 1 | -9/+3 |
* | PR exp/9514: | Tom Tromey | 2012-06-19 | 1 | -17/+33 |
* | * c-exp.y (operator): Remove trailing space after "delete" and | Tom Tromey | 2012-06-18 | 1 | -2/+2 |