summaryrefslogtreecommitdiff
path: root/gdb/ada-exp.y
AgeCommit message (Expand)Author
2018-06-18Remove la_errorTom Tromey
2018-06-04Remove last Ada cleanupsTom Tromey
2018-01-21gdb: PR mi/20395: Fix -var-update for registers in frames 1 and upAndrew Burgess
2018-01-21gdb: New API for tracking innermost blockAndrew Burgess
2018-01-05(Ada) problem printing renaming which references a subprogram parameterJoel Brobecker
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-01(Ada) GDB crash printing expression with type castingJoel Brobecker
2017-11-08local variable watchpoint not deleted after leaving scopeJoel Brobecker
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-06Remove make_cleanup_clear_parser_stateTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves
2016-04-16gdb/ada-exp.y: Remap yydefredPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-18language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans
2014-11-18symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans
2014-08-07Include string.h in common-defs.hGary Benson
2014-06-18constify struct block in some placesTom Tromey
2014-03-27Remove `expout*' globals from parser-defs.hSergio Durigan Junior
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-10-02Constification of parse_linespec and fallout:Keith Seitz
2013-09-24Delete unused ada-exp.y:string_to_operatorJoel Brobecker
2013-08-05remove msymbol_objfileTom Tromey
2013-03-05 * ada-lang.c (ada_lookup_symbol_list_worker): New function, contentsDoug Evans
2013-01-21 * symfile.h (obsavestring): Don't declare.Tom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-03 * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey
2012-04-18gdb/Jan Kratochvil
2012-04-09* ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): NewMark Kettenis
2012-03-29Make ada_lookup_encoded_symbol "return" a struct ada_symbol_infoJoel Brobecker
2012-02-29ada-lang.c:ada_find_renaming_symbol minor improvement.Joel Brobecker
2012-02-01 * ada-lang.c (resolve_subexp): Update.Tom Tromey
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-12-11* ada-exp.y (write_var_or_type): Rename nested `renaming' toAndrey Smirnov
2011-07-01handle character-based enumeration typedefsJoel Brobecker
2011-02-28add FALLTHROUGH comment in ada-exp.y:write_object_renamingJoel Brobecker
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-05-062010-05-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-10-06 ARI fix: OP eol rule.Pierre Muller
2009-04-14 ARI fix: sprintf rule.Pierre Muller
2009-03-24 * ada-exp.y (get_symbol_field_type): Make sure to resolve typedefsJoel Brobecker
2009-03-18 * Makefile.in: Update license to GPLv3.Nathan Sidwell