aboutsummaryrefslogtreecommitdiff
path: root/gdb/expop.h
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-08Introduce last_operationTom Tromey1-0/+18
2021-03-08Introduce func_static_var_operationTom Tromey1-0/+24
2021-03-08Introduce var_entry_value_operationTom Tromey1-0/+22
2021-03-08Introduce var_msym_value_operationTom Tromey1-0/+52
2021-03-08Introduce long_const_operationTom Tromey1-0/+30
2021-03-08Introduce scope_operationTom Tromey1-0/+36
2021-03-08Introduce float_const_operationTom Tromey1-0/+42
2021-03-08Add two agent expression helper functionsTom Tromey1-0/+10
2021-03-08Implement dumpingTom Tromey1-1/+54
2021-03-08Introduce class operationTom Tromey1-0/+315