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