Add `set print array-indexes' tests for C/C++ arrays
[binutils-gdb.git] / gdb / ada-exp.y
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-20 Joel Brobeckergdb/ada-exp.y: Reformat comment to follow GDB's coding...
2021-08-02 Tom TromeyRemove the type_qualifier global
2021-08-02 Tom TromeyDefer Ada character literal resolution
2021-08-02 Tom TromeyRefactor Ada resolution
2021-07-02 Tom TromeyUse 'const' in ada-exp.y
2021-04-28 Tom TromeyFix Ada overloading with 'null'
2021-04-15 Tom TromeyUse block_symbol in var_value_operation
2021-03-15 Tom TromeyFix unary + in Ada
2021-03-15 Tom TromeyImplement Ada operator overloading
2021-03-15 Tom TromeyFix Ada assignment resolution
2021-03-08 Tom TromeyUse bound_minimal_symbol in var_msym_value_operation
2021-03-08 Tom TromeyConvert ada-exp.y to use operations
2021-03-03 Tom TromeyMinor Ada-related cleanups
2021-03-02 Tom TromeyReturn a vector from ada_lookup_symbol_list
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-12 Andrew Burgessgdb: rewrite how per language primitive types are managed
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-09 Tom TromeyReturn std::string from ada_encode
2020-06-08 Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16 Christian BiesingerUse a member function to set a symbol's language
2019-12-16 Christian BiesingerUse symbol_set_language to set a symbol's language
2019-11-27 Christian BiesingerReplace SYMBOL_SET_LINKAGE_NAME with a member function
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-12 Christian BiesingerMake struct symbol inherit from general_symbol_info
2019-09-23 Christian BiesingerMake ada_decode not use a static buffer
2019-08-15 Tom TromeyFix bug with character enumeration literal
2019-08-07 Tom TromeyIntroduce obstack_strndup
2019-07-01 Tom TromeyRemove is_a_field_of_this from ada_lookup_symbol
2019-05-28 Tom TromeyRemove find_old_style_renaming_symbol
2019-05-03 Tom TromeyFix cast of character to enum type in Ada
2019-05-03 Dilyan PalauzovAdd noyywrap to ada-lex.l
2019-04-05 Tom TromeyMove innermost_block_tracker global to parse_state
2019-04-05 Tom TromeyMove lexptr and prev_lexptr to parser_state
2019-04-05 Tom TromeyMove expression_context_* globals to parser_state
2019-04-05 Tom TromeyTurn parse_language into a method
2019-04-05 Tom TromeyTurn parse_gdbarch into a method
2019-01-08 Tom TromeyFix build failure with macOS bison
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-06-18 Tom TromeyRemove la_error
2018-06-04 Tom TromeyRemove last Ada cleanups
2018-01-21 Andrew Burgessgdb: PR mi/20395: Fix -var-update for registers in...
2018-01-21 Andrew Burgessgdb: New API for tracking innermost block
2018-01-05 Joel Brobecker(Ada) problem printing renaming which references a...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-01 Joel Brobecker(Ada) GDB crash printing expression with type casting
2017-11-09 Joel Brobeckerlocal variable watchpoint not deleted after leaving...
2017-10-25 Ulrich WeigandTarget FP: Use target format throughout expression...
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-06 Tom TromeyRemove make_cleanup_clear_parser_state
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-04-22 Pedro AlvesCentralize yacc interface names remapping (yyparse...
2016-04-16 Pedro Alvesgdb/ada-exp.y: Remap yydefred
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-18 Doug Evanslanguage_lookup_primitive_type: Renamed from language_l...
2014-11-18 Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-06-18 Tom Tromeyconstify struct block in some places
2014-03-27 Sergio Durigan JuniorRemove `expout*' globals from parser-defs.h
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-10-02 Keith SeitzConstification of parse_linespec and fallout:
2013-09-24 Joel BrobeckerDelete unused ada-exp.y:string_to_operator
2013-08-05 Tom Tromeyremove msymbol_objfile
2013-03-05 Doug Evans * ada-lang.c (ada_lookup_symbol_list_worker): New...
2013-01-21 Tom Tromey * symfile.h (obsavestring): Don't declare.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-03 Tom Tromey * ada-exp.y (write_object_renaming, write_var_or_type)
2012-04-18 Jan Kratochvilgdb/
2012-04-09 Mark Kettenis* ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs...
2012-03-29 Joel BrobeckerMake ada_lookup_encoded_symbol "return" a struct ada_sy...
2012-02-29 Joel Brobeckerada-lang.c:ada_find_renaming_symbol minor improvement.
2012-02-01 Tom Tromey * ada-lang.c (resolve_subexp): Update.
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-11 Andrey Smirnov* ada-exp.y (write_var_or_type): Rename nested `renamin...
2011-07-01 Joel Brobeckerhandle character-based enumeration typedefs
2011-02-28 Joel Brobeckeradd FALLTHROUGH comment in ada-exp.y:write_object_renaming
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-05-06 Michael Snyder2010-05-05 Michael Snyder <msnyder@vmware.com>
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-10-06 Pierre Muller ARI fix: OP eol rule.
2009-04-14 Pierre Muller ARI fix: sprintf rule.
2009-03-24 Joel Brobecker * ada-exp.y (get_symbol_field_type): Make sure...
2009-03-18 Nathan Sidwell * Makefile.in: Update license to GPLv3.
2009-02-21 Pedro Alves2008-02-21 Pedro Alves <pedro@codesorcery.com>
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-10-25 Pedro Alves * ada-exp.y (write_object_renaming): Use malloc instead of
2008-09-11 Ulrich Weigand * expression.h (struct expression): New member GDBARCH.
2008-09-11 Ulrich Weigand * parser-defs.h (write_exp_msymbol): Remove TEXT_SYMBO...
2008-08-19 Paul N. Hilfinger* ada-lang.c (discrete_type_high_bound,discrete_type_lo...
2008-05-27 Andreas Schwab * symtab.h (enum address_class): Remove LOC_REGPARM and
next