Remove path name from test case
[binutils-gdb.git] / gdb / ada-exp.y
2023-07-21 Tom TromeyImplement Ada target name symbol
2023-07-13 Tom TromeyImplement 'Enum_Val and 'Enum_Rep
2023-05-23 Tom TromeyAdd PARSER_DEBUG flag
2023-04-17 Tom TromeyAdd 128-bit integer support to the Ada parser
2023-04-17 Tom TromeyRemove some Ada parser helper functions
2023-03-20 Tom TromeyRemove some unnecessary includes from *-exp.y
2023-02-19 Tom TromeyConvert block_objfile to method
2023-02-13 Tom TromeyTurn value_type into method
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19 Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-18 Markus Metzgerfixup! gdb, ada: update ada_lookup_simple_minsym
2022-10-18 Markus Metzgergdb, ada: update ada_lookup_simple_minsym
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-09-12 Tom TromeyUse checked_static_cast in more places
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-04-07 Simon Marchigdb: remove symtab::blockvector
2022-04-04 Tom TromeyAdd context-sensitive field name completion to Ada...
2022-04-04 Tom TromeyRemove the Ada DOT_ALL token
2022-04-04 Tom TromeyImplement completion for Ada attributes
2022-04-04 Tom TromeyEnable "set debug parser" for Ada
2022-03-16 Tom TromeyReimplement array concatenation for Ada and D
2022-03-07 Tom TromeyHandle non-ASCII identifiers in Ada
2022-02-28 Tom TromeyHandle multi-byte bracket sequences in Ada lexer
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06 Simon Marchigdb: remove SYMTAB_BLOCKVECTOR macro
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
next