Age | Commit message (Expand) | Author | Files | Lines |
2019-04-04 | Move lexptr and prev_lexptr to parser_state | Tom Tromey | 1 | -1/+1 |
2019-04-04 | Move expression_context_* globals to parser_state | Tom Tromey | 1 | -3/+4 |
2019-04-04 | Turn parse_language into a method | Tom Tromey | 1 | -3/+3 |
2019-04-04 | Turn parse_gdbarch into a method | Tom Tromey | 1 | -4/+4 |
2019-01-08 | Fix build failure with macOS bison | Tom Tromey | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-06-18 | Remove la_error | Tom Tromey | 1 | -2/+2 |
2018-06-04 | Remove last Ada cleanups | Tom Tromey | 1 | -30/+9 |
2018-01-21 | gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up | Andrew Burgess | 1 | -1/+1 |
2018-01-21 | gdb: New API for tracking innermost block | Andrew Burgess | 1 | -5/+1 |
2018-01-05 | (Ada) problem printing renaming which references a subprogram parameter | Joel Brobecker | 1 | -2/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-01 | (Ada) GDB crash printing expression with type casting | Joel Brobecker | 1 | -5/+30 |
2017-11-08 | local variable watchpoint not deleted after leaving scope | Joel Brobecker | 1 | -9/+7 |
2017-10-25 | Target FP: Use target format throughout expression parsing | Ulrich Weigand | 1 | -20/+4 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-06 | Remove make_cleanup_clear_parser_state | Tom Tromey | 1 | -6/+2 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -2/+2 |
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 | -56/+4 |
2016-04-16 | gdb/ada-exp.y: Remap yydefred | Pedro Alves | 1 | -0/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -10/+13 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+2 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -27/+28 |
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 | -6/+6 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -5/+5 |
2014-03-27 | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 1 | -227/+261 |
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 | -6/+9 |
2013-09-24 | Delete unused ada-exp.y:string_to_operator | Joel Brobecker | 1 | -39/+0 |
2013-08-05 | remove msymbol_objfile | Tom Tromey | 1 | -2/+2 |
2013-03-05 | * ada-lang.c (ada_lookup_symbol_list_worker): New function, contents | Doug Evans | 1 | -3/+3 |
2013-01-21 | * symfile.h (obsavestring): Don't declare. | Tom Tromey | 1 | -5/+5 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-12-03 | * ada-exp.y (write_object_renaming, write_var_or_type) | Tom Tromey | 1 | -8/+8 |
2012-04-18 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2012-04-09 | * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New | Mark Kettenis | 1 | -0/+6 |
2012-03-29 | Make ada_lookup_encoded_symbol "return" a struct ada_symbol_info | Joel Brobecker | 1 | -17/+16 |
2012-02-29 | ada-lang.c:ada_find_renaming_symbol minor improvement. | Joel Brobecker | 1 | -2/+1 |
2012-02-01 | * ada-lang.c (resolve_subexp): Update. | Tom Tromey | 1 | -3/+3 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-12-11 | * ada-exp.y (write_var_or_type): Rename nested `renaming' to | Andrey Smirnov | 1 | -3/+3 |
2011-07-01 | handle character-based enumeration typedefs | Joel Brobecker | 1 | -1/+5 |
2011-02-28 | add FALLTHROUGH comment in ada-exp.y:write_object_renaming | Joel Brobecker | 1 | -0/+1 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |