aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-exp.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-02Implement Ada 2022 iterated assignmentTom Tromey1-0/+77
2024-04-02Introduce and use aggregate_assigner typeTom Tromey1-42/+46
2024-03-21Implement Ada 2022 delta aggregatesTom Tromey1-0/+8
2024-03-18Remove some unnecessary Ada expression codeTom Tromey1-27/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-07-21Implement Ada target name symbolTom Tromey1-0/+60
2023-07-13Implement 'Enum_Val and 'Enum_RepTom Tromey1-5/+29
2023-02-27Implement some agent expressions for AdaTom Tromey1-1/+25
2023-02-13Turn value_type into methodTom Tromey1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-04-04Add context-sensitive field name completion to Ada parserTom Tromey1-0/+23
2022-03-16Reimplement array concatenation for Ada and DTom Tromey1-0/+15
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-08-02Defer Ada character literal resolutionTom Tromey1-0/+29
2021-08-02Refactor Ada resolutionTom Tromey1-0/+18
2021-04-15Use block_symbol in var_value_operationTom Tromey1-2/+2
2021-03-15Fix bug in Ada aggregate assignmentTom Tromey1-4/+5
2021-03-08Remove two Ada opcodesTom Tromey1-2/+2
2021-03-08Add an expr::operation_up to struct expressionTom Tromey1-3/+0
2021-03-08Implement Ada assignmentTom Tromey1-0/+279
2021-03-08Implement Ada resolutionTom Tromey1-3/+44
2021-03-08Implement function calls for AdaTom Tromey1-0/+19
2021-03-08Introduce ada_structop_operationTom Tromey1-0/+16
2021-03-08Introduce ada_unop_ind_operationTom Tromey1-0/+13
2021-03-08Introduce ada_binop_exp_operationTom Tromey1-1/+6
2021-03-08Introduce ada_atr_val_operationTom Tromey1-0/+19
2021-03-08Introduce ada_pos_operationTom Tromey1-0/+5
2021-03-08Implement Ada min and max operationsTom Tromey1-0/+8
2021-03-08Introduce ada_var_msym_value_operationTom Tromey1-0/+17
2021-03-08Introduce ada_var_value_operationTom Tromey1-0/+21
2021-03-08Implement some Ada OP_ATR_ operationsTom Tromey1-0/+16
2021-03-08Introduce ada_binop_in_boundsTom Tromey1-0/+27
2021-03-08Introduce ada_ternop_sliceTom Tromey1-0/+27
2021-03-08Introduce ada_bitwise_operationTom Tromey1-0/+27
2021-03-08Implement Ada equality operatorsTom Tromey1-0/+27
2021-03-08Implement Ada multiplicative operatorsTom Tromey1-0/+9
2021-03-08Introduce ada_binop_addsub_operationTom Tromey1-0/+16
2021-03-08Introduce ada_unop_range_operationTom Tromey1-0/+25
2021-03-08Implement some Ada unary operationsTom Tromey1-0/+22
2021-03-08Introduce ada_ternop_range_operationTom Tromey1-0/+16
2021-03-08Introduce ada_qual_operationTom Tromey1-0/+16
2021-03-08Introduce ada_string_operationTom Tromey1-0/+13
2021-03-08Introduce ada_wrapped_operationTom Tromey1-0/+47