aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-03-08Convert dtrace probes to use operationsTom Tromey6-38/+36
2021-03-08Add operation-related methods to parser_stateTom Tromey3-0/+200
2021-03-08Add completion for operationsTom Tromey3-2/+45
2021-03-08Add an expr::operation_up to struct expressionTom Tromey17-57/+298
2021-03-08Remove use of op_stringTom Tromey2-1/+18
2021-03-08Implement Ada assignmentTom Tromey5-0/+667
2021-03-08Implement Ada resolutionTom Tromey3-3/+136
2021-03-08Implement function calls for AdaTom Tromey3-0/+168
2021-03-08Introduce ada_structop_operationTom Tromey3-0/+63
2021-03-08Introduce ada_unop_ind_operationTom Tromey3-0/+103
2021-03-08Introduce ada_binop_exp_operationTom Tromey3-2/+12
2021-03-08Introduce ada_atr_val_operationTom Tromey3-1/+35
2021-03-08Introduce ada_pos_operationTom Tromey3-1/+11
2021-03-08Refactor value_pos_atrTom Tromey2-8/+14
2021-03-08Implement Ada min and max operationsTom Tromey3-1/+15
2021-03-08Introduce ada_var_msym_value_operationTom Tromey3-0/+48
2021-03-08Introduce ada_var_value_operationTom Tromey3-0/+139
2021-03-08Implement some Ada OP_ATR_ operationsTom Tromey3-0/+42
2021-03-08Introduce ada_binop_in_boundsTom Tromey3-1/+33
2021-03-08Introduce ada_ternop_sliceTom Tromey3-1/+33
2021-03-08Introduce ada_bitwise_operationTom Tromey2-0/+33
2021-03-08Implement Ada equality operatorsTom Tromey3-1/+33
2021-03-08Implement Ada multiplicative operatorsTom Tromey3-1/+16
2021-03-08Introduce ada_binop_addsub_operationTom Tromey3-0/+61
2021-03-08Split out some Ada type resolution codeTom Tromey3-99/+190
2021-03-08Implement OpenCL ternary conditional operatorTom Tromey3-0/+107
2021-03-08Implement OpenCL logical binary operationsTom Tromey3-0/+71
2021-03-08Introduce opencl_structop_operationTom Tromey3-0/+50
2021-03-08Introduce opencl_notequal_operationTom Tromey3-3/+20
2021-03-08Implement OpenCL binary operationsTom Tromey3-8/+73
2021-03-08Introduce opencl_cast_type_operationTom Tromey3-1/+12
2021-03-08Implement fortran_allocated_operationTom Tromey3-2/+15
2021-03-08Implement Fortran associated operationsTom Tromey3-0/+41
2021-03-08Introduce classes for Fortran bound intrinsicsTom Tromey3-0/+73
2021-03-08Introduce fortran_undeterminedTom Tromey4-0/+610
2021-03-08Implement Rust funcall operationTom Tromey3-0/+61
2021-03-08Implement function call operationsTom Tromey4-3/+380
2021-03-08Introduce array_operationTom Tromey3-0/+228
2021-03-08Introduce class adl_func_operationTom Tromey3-0/+47
2021-03-08Introduce ada_unop_range_operationTom Tromey3-1/+31
2021-03-08Implement some Ada unary operationsTom Tromey3-4/+33
2021-03-08Implement the "&&" and "||" operatorsTom Tromey4-0/+176
2021-03-08Add two simple Modula-2 operationsTom Tromey3-2/+93
2021-03-08Introduce rust_aggregate_operationTom Tromey3-0/+81
2021-03-08Implement Rust field operationsTom Tromey3-2/+62
2021-03-08Introduce rust_range_operationTom Tromey3-1/+36
2021-03-08Introduce rust_subscript_operationTom Tromey3-1/+63
2021-03-08Introduce rust_unop_ind_operationTom Tromey3-2/+35
2021-03-08Implement some Rust operationsTom Tromey3-5/+63
2021-03-08Implement several Fortran operationsTom Tromey3-14/+131