Age | Commit message (Expand) | Author | Files | Lines |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-17 | gdb/c-exp.y: fprintf -> parser_fprintf | Pedro Alves | 1 | -14/+14 |
2016-11-08 | Use ui_file_as_string in gdb/c-exp.y | Pedro Alves | 1 | -6/+3 |
2016-04-22 | Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc) | Pedro Alves | 1 | -59/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-18 | [C++] Add casts to obstack_base calls | Simon Marchi | 1 | -2/+2 |
2015-11-17 | Convert c_string_type to an enum flags type | Simon Marchi | 1 | -3/+3 |
2015-11-17 | Type-safe wrapper for enum flags | Pedro Alves | 1 | -2/+3 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -13/+15 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -4/+1 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -1/+1 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -50/+55 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -3/+3 |
2015-05-27 | Don't ignore domain in nested lookups. | Doug Evans | 1 | -1/+2 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -21/+21 |
2015-01-03 | c-exp.y: misc cleanup, no code changes | Doug Evans | 1 | -31/+31 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Look up primitive types as symbols. | Doug Evans | 1 | -7/+0 |
2014-12-18 | language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b... | Doug Evans | 1 | -3/+3 |
2014-12-16 | cp_find_type_baseclass_by_name: Renamed from find_type_baseclass_by_name. | Doug Evans | 1 | -2/+2 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -1/+1 |
2014-11-06 | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT. | Doug Evans | 1 | -2/+2 |
2014-09-04 | parse_number("0") reads uninitialized memory | Pedro Alves | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -1/+1 |
2014-04-14 | implement support for "enum class" | Tom Tromey | 1 | -9/+17 |
2014-04-11 | Fix c++/16675 -- sizeof reference type should give the size of | Keith Seitz | 1 | -3/+11 |
2014-03-27 | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 1 | -326/+372 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -1/+1 |
2014-02-05 | Avoid bison-isms when using yacc. | Mark Kettenis | 1 | -0/+6 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-25 | PR c++/14819: Explicit class:: inside class scope does not work | Keith Seitz | 1 | -1/+27 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-15 | fix PR c++/16117 | Tom Tromey | 1 | -18/+35 |
2013-10-02 | Constification of parse_linespec and fallout: | Keith Seitz | 1 | -21/+32 |
2013-08-05 | remove msymbol_objfile | Tom Tromey | 1 | -6/+6 |
2013-04-15 | PR c++/9065: | Tom Tromey | 1 | -1/+12 |
2013-03-25 | PR symtab/11462: | Tom Tromey | 1 | -0/+43 |
2013-03-21 | PR exp/15109: | Tom Tromey | 1 | -51/+78 |
2013-03-21 | * c-exp.y (YYPRINT): Define. | Tom Tromey | 1 | -0/+56 |
2013-03-21 | * c-exp.y (%union) <sym, ivar, ivec>: Remove. | Tom Tromey | 1 | -3/+0 |
2013-02-12 | PR symtab/11464: | Tom Tromey | 1 | -11/+23 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -1/+1 |
2013-01-25 | * c-exp.y (qualified_name): Use TYPE_SAFE_NAME. | Tom Tromey | 1 | -3/+3 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-12-14 | PR c++/8888: | Tom Tromey | 1 | -0/+21 |
2012-12-14 | * c-exp.y (block, variable, name_not_typename, lex_one_token, | Tom Tromey | 1 | -11/+19 |
2012-12-07 | * ada-lang.c (ada_make_symbol_completion_list): Add 'code' | Tom Tromey | 1 | -0/+44 |
2012-12-07 | * expression.h (parse_expression_for_completion): Rename | Tom Tromey | 1 | -3/+3 |