summaryrefslogtreecommitdiff
path: root/gdb/ada-exp.h
Commit message (Expand)AuthorAgeFilesLines
* Implement some agent expressions for AdaTom Tromey2023-02-271-1/+25
* Turn value_type into methodTom Tromey2023-02-131-2/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Add context-sensitive field name completion to Ada parserTom Tromey2022-04-041-0/+23
* Reimplement array concatenation for Ada and DTom Tromey2022-03-161-0/+15
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Defer Ada character literal resolutionTom Tromey2021-08-021-0/+29
* Refactor Ada resolutionTom Tromey2021-08-021-0/+18
* Use block_symbol in var_value_operationTom Tromey2021-04-151-2/+2
* Fix bug in Ada aggregate assignmentTom Tromey2021-03-151-4/+5
* Remove two Ada opcodesTom Tromey2021-03-081-2/+2
* Add an expr::operation_up to struct expressionTom Tromey2021-03-081-3/+0
* Implement Ada assignmentTom Tromey2021-03-081-0/+279
* Implement Ada resolutionTom Tromey2021-03-081-3/+44
* Implement function calls for AdaTom Tromey2021-03-081-0/+19
* Introduce ada_structop_operationTom Tromey2021-03-081-0/+16
* Introduce ada_unop_ind_operationTom Tromey2021-03-081-0/+13
* Introduce ada_binop_exp_operationTom Tromey2021-03-081-1/+6
* Introduce ada_atr_val_operationTom Tromey2021-03-081-0/+19
* Introduce ada_pos_operationTom Tromey2021-03-081-0/+5
* Implement Ada min and max operationsTom Tromey2021-03-081-0/+8
* Introduce ada_var_msym_value_operationTom Tromey2021-03-081-0/+17
* Introduce ada_var_value_operationTom Tromey2021-03-081-0/+21
* Implement some Ada OP_ATR_ operationsTom Tromey2021-03-081-0/+16
* Introduce ada_binop_in_boundsTom Tromey2021-03-081-0/+27
* Introduce ada_ternop_sliceTom Tromey2021-03-081-0/+27
* Introduce ada_bitwise_operationTom Tromey2021-03-081-0/+27
* Implement Ada equality operatorsTom Tromey2021-03-081-0/+27
* Implement Ada multiplicative operatorsTom Tromey2021-03-081-0/+9
* Introduce ada_binop_addsub_operationTom Tromey2021-03-081-0/+16
* Introduce ada_unop_range_operationTom Tromey2021-03-081-0/+25
* Implement some Ada unary operationsTom Tromey2021-03-081-0/+22
* Introduce ada_ternop_range_operationTom Tromey2021-03-081-0/+16
* Introduce ada_qual_operationTom Tromey2021-03-081-0/+16
* Introduce ada_string_operationTom Tromey2021-03-081-0/+13
* Introduce ada_wrapped_operationTom Tromey2021-03-081-0/+47