aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-exp.y
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-20gdb/ada-exp.y: Reformat comment to follow GDB's coding standardsJoel Brobecker1-9/+9
2021-08-02Remove the type_qualifier globalTom Tromey1-13/+1
2021-08-02Defer Ada character literal resolutionTom Tromey1-44/+3
2021-08-02Refactor Ada resolutionTom Tromey1-10/+7
2021-07-02Use 'const' in ada-exp.yTom Tromey1-10/+10
2021-04-28Fix Ada overloading with 'null'Tom Tromey1-1/+5
2021-04-15Use block_symbol in var_value_operationTom Tromey1-14/+11
2021-03-15Fix unary + in AdaTom Tromey1-3/+5
2021-03-15Implement Ada operator overloadingTom Tromey1-35/+120
2021-03-15Fix Ada assignment resolutionTom Tromey1-1/+11
2021-03-08Use bound_minimal_symbol in var_msym_value_operationTom Tromey1-2/+1
2021-03-08Convert ada-exp.y to use operationsTom Tromey1-203/+453
2021-03-03Minor Ada-related cleanupsTom Tromey1-1/+1
2021-03-02Return a vector from ada_lookup_symbol_listTom Tromey1-19/+16
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-12gdb: rewrite how per language primitive types are managedAndrew Burgess1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-45/+45
2020-10-09Return std::string from ada_encodeTom Tromey1-4/+9
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-2/+2
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Use a member function to set a symbol's languageChristian Biesinger1-1/+1
2019-12-16Use symbol_set_language to set a symbol's languageChristian Biesinger1-1/+1
2019-11-27Replace SYMBOL_SET_LINKAGE_NAME with a member functionChristian Biesinger1-2/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-1/+2
2019-11-12Make struct symbol inherit from general_symbol_infoChristian Biesinger1-2/+1
2019-09-23Make ada_decode not use a static bufferChristian Biesinger1-1/+1
2019-08-15Fix bug with character enumeration literalTom Tromey1-1/+4
2019-08-06Introduce obstack_strndupTom Tromey1-9/+6
2019-07-01Remove is_a_field_of_this from ada_lookup_symbolTom Tromey1-1/+1
2019-05-28Remove find_old_style_renaming_symbolTom Tromey1-13/+0
2019-05-03Fix cast of character to enum type in AdaTom Tromey1-1/+9
2019-05-03Add noyywrap to ada-lex.lDilyan Palauzov1-1/+0
2019-04-04Move innermost_block_tracker global to parse_stateTom Tromey1-1/+1
2019-04-04Move lexptr and prev_lexptr to parser_stateTom Tromey1-1/+1
2019-04-04Move expression_context_* globals to parser_stateTom Tromey1-3/+4
2019-04-04Turn parse_language into a methodTom Tromey1-3/+3
2019-04-04Turn parse_gdbarch into a methodTom Tromey1-4/+4
2019-01-08Fix build failure with macOS bisonTom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-18Remove la_errorTom Tromey1-2/+2
2018-06-04Remove last Ada cleanupsTom Tromey1-30/+9
2018-01-21gdb: PR mi/20395: Fix -var-update for registers in frames 1 and upAndrew Burgess1-1/+1
2018-01-21gdb: New API for tracking innermost blockAndrew Burgess1-5/+1
2018-01-05(Ada) problem printing renaming which references a subprogram parameterJoel Brobecker1-2/+2
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-01(Ada) GDB crash printing expression with type castingJoel Brobecker1-5/+30