aboutsummaryrefslogtreecommitdiff
path: root/gdb/expop.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-04-15Use block_symbol in var_value_operationTom Tromey1-8/+25
2021-03-08Use bound_minimal_symbol in var_msym_value_operationTom Tromey1-20/+8
2021-03-08Remove EVAL_SKIPTom Tromey1-15/+4
2021-03-08Add an expr::operation_up to struct expressionTom Tromey1-1/+48
2021-03-08Implement Ada assignmentTom Tromey1-0/+7
2021-03-08Introduce fortran_undeterminedTom Tromey1-0/+6
2021-03-08Implement function call operationsTom Tromey1-3/+61
2021-03-08Introduce array_operationTom Tromey1-0/+22
2021-03-08Introduce class adl_func_operationTom Tromey1-0/+19
2021-03-08Implement the "&&" and "||" operatorsTom Tromey1-0/+48
2021-03-08Introduce multi_subscript_operationTom Tromey1-0/+16
2021-03-08Introduce var_value_operationTom Tromey1-0/+37
2021-03-08Implement C++ cast operationsTom Tromey1-0/+34
2021-03-08Introduce unop_cast_type_operationTom Tromey1-0/+31
2021-03-08Introduce unop_cast_operationTom Tromey1-0/+28
2021-03-08Introduce assign_modify_operationTom Tromey1-0/+36
2021-03-08Introduce assign_operationTom Tromey1-0/+43
2021-03-08Introduce type_instance_operationTom Tromey1-0/+17
2021-03-08Introduce op_this_operationTom Tromey1-0/+27
2021-03-08Implement UNOP_MEMVAL and UNOP_MEMVAL_TYPETom Tromey1-0/+77
2021-03-08Introduce unop_alignof_operationTom Tromey1-0/+25
2021-03-08Introduce unop_sizeof_operationTom Tromey1-0/+29
2021-03-08Introduce unop_addr_operationTom Tromey1-0/+36
2021-03-08Introduce typeid_operationTom Tromey1-0/+29
2021-03-08Introduce decltype_operationTom Tromey1-0/+47
2021-03-08Introduce typeof_operationTom Tromey1-0/+25
2021-03-08Introduce type_operationTom Tromey1-0/+25
2021-03-08Introduce unop_ind_operationTom Tromey1-0/+54
2021-03-08Implement unary increment and decrement operationsTom Tromey1-0/+50
2021-03-08Implement some unary operationsTom Tromey1-0/+77
2021-03-08Introduce comma_operationTom Tromey1-0/+31
2021-03-08Introduce repeat_operationTom Tromey1-0/+20
2021-03-08Implement binary comparison operationsTom Tromey1-0/+60
2021-03-08Introduce subscript_operationTom Tromey1-0/+16
2021-03-08Introduce binop_operationTom Tromey1-0/+71
2021-03-08Introduce sub_operationTom Tromey1-0/+40
2021-03-08Introduce add_operationTom Tromey1-0/+40
2021-03-08Introduce concat_operationTom Tromey1-0/+26
2021-03-08Introduce structop_member_operation and structop_mptr_operationTom Tromey1-0/+48
2021-03-08Introduce structop_ptr_operationTom Tromey1-0/+39
2021-03-08Introduce structop_operationTom Tromey1-0/+62
2021-03-08Introduce complex_operationTom Tromey1-0/+21
2021-03-08Introduce ternop_cond_operationTom Tromey1-0/+31
2021-03-08Introduce ternop_slice_operationTom Tromey1-0/+29
2021-03-08Introduce string_operationTom Tromey1-0/+24
2021-03-08Introduce internalvar_operationTom Tromey1-0/+32
2021-03-08Introduce bool_operationTom Tromey1-0/+22
2021-03-08Introduce register_operationTom Tromey1-0/+30