Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-04-19 | Make copy_name return std::string | Tom Tromey | 1 | -25/+20 |
2019-04-04 | Move innermost_block_tracker global to parse_state | Tom Tromey | 1 | -1/+1 |
2019-04-04 | Move completion parsing to parser_state | Tom Tromey | 1 | -4/+4 |
2019-04-04 | Move arglist_len et al to parser_state | Tom Tromey | 1 | -6/+6 |
2019-04-04 | Move lexptr and prev_lexptr to parser_state | Tom Tromey | 1 | -20/+20 |
2019-04-04 | Move comma_terminates global to parser_state | Tom Tromey | 1 | -1/+1 |
2019-04-04 | Remove paren_depth global | Tom Tromey | 1 | -0/+4 |
2019-04-04 | Move expression_context_* globals to parser_state | Tom Tromey | 1 | -3/+3 |
2019-04-04 | Turn parse_language into a method | Tom Tromey | 1 | -1/+1 |
2019-04-04 | Turn parse_gdbarch into a method | Tom Tromey | 1 | -10/+10 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-28 | Remove some uses of VEC from parsers | Tom Tromey | 1 | -14/+10 |
2018-06-18 | Remove la_error | Tom Tromey | 1 | -3/+3 |
2018-05-04 | Fix "fall through" comments | Tom Tromey | 1 | -1/+1 |
2018-01-21 | gdb: New API for tracking innermost block | Andrew Burgess | 1 | -6/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-25 | Target FP: Use target format throughout expression parsing | Ulrich Weigand | 1 | -28/+32 |
2017-09-06 | Remove last cleanups from go-exp.y | Tom Tromey | 1 | -10/+1 |
2017-09-06 | Remove make_cleanup_clear_parser_state | Tom Tromey | 1 | -1/+1 |
2017-06-27 | Eliminate make_cleanup_obstack_free, introduce auto_obstack | Pedro Alves | 1 | -4/+5 |
2017-04-12 | Use scoped_restore in more places | Tom Tromey | 1 | -2/+2 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -3/+3 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-04-22 | Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc) | Pedro Alves | 1 | -53/+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-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -4/+4 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -4/+1 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -15/+17 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -1/+1 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -4/+4 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-18 | language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b... | Doug Evans | 1 | -3/+3 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-03-27 | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 1 | -122/+146 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-10-02 | Constification of parse_linespec and fallout: | Keith Seitz | 1 | -8/+9 |
2013-08-05 | remove msymbol_objfile | Tom Tromey | 1 | -3/+3 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-14 | * c-exp.y (block, variable, name_not_typename, lex_one_token, | Tom Tromey | 1 | -6/+6 |
2012-12-07 | * expression.h (parse_expression_for_completion): Rename | Tom Tromey | 1 | -2/+2 |
2012-12-03 | * ada-exp.y (write_object_renaming, write_var_or_type) | Tom Tromey | 1 | -3/+3 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+0 |
2012-05-09 | * go-exp.y (classify_name): Add missing assignment of fields of | Doug Evans | 1 | -2/+8 |
2012-04-25 | Initial pass at Go language support. | Doug Evans | 1 | -0/+1618 |