summaryrefslogtreecommitdiff
path: root/gdb/expop.h
AgeCommit message (Expand)Author
2022-04-20Replace symbol_objfile with symbol::objfileTom Tromey
2022-04-04Add context-sensitive field name completion to Ada parserTom Tromey
2022-04-04Refactor expression completionTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-21gdb/x86: handle stap probe arguments in xmm registersAndrew Burgess
2022-03-16Remove eval_op_concatTom Tromey
2022-03-16Remove eval_op_stringTom Tromey
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-04-15Use block_symbol in var_value_operationTom Tromey
2021-03-08Use bound_minimal_symbol in var_msym_value_operationTom Tromey
2021-03-08Remove EVAL_SKIPTom Tromey
2021-03-08Add an expr::operation_up to struct expressionTom Tromey
2021-03-08Implement Ada assignmentTom Tromey
2021-03-08Introduce fortran_undeterminedTom Tromey
2021-03-08Implement function call operationsTom Tromey
2021-03-08Introduce array_operationTom Tromey
2021-03-08Introduce class adl_func_operationTom Tromey
2021-03-08Implement the "&&" and "||" operatorsTom Tromey
2021-03-08Introduce multi_subscript_operationTom Tromey
2021-03-08Introduce var_value_operationTom Tromey
2021-03-08Implement C++ cast operationsTom Tromey
2021-03-08Introduce unop_cast_type_operationTom Tromey
2021-03-08Introduce unop_cast_operationTom Tromey
2021-03-08Introduce assign_modify_operationTom Tromey
2021-03-08Introduce assign_operationTom Tromey
2021-03-08Introduce type_instance_operationTom Tromey
2021-03-08Introduce op_this_operationTom Tromey
2021-03-08Implement UNOP_MEMVAL and UNOP_MEMVAL_TYPETom Tromey
2021-03-08Introduce unop_alignof_operationTom Tromey
2021-03-08Introduce unop_sizeof_operationTom Tromey
2021-03-08Introduce unop_addr_operationTom Tromey
2021-03-08Introduce typeid_operationTom Tromey
2021-03-08Introduce decltype_operationTom Tromey
2021-03-08Introduce typeof_operationTom Tromey
2021-03-08Introduce type_operationTom Tromey
2021-03-08Introduce unop_ind_operationTom Tromey
2021-03-08Implement unary increment and decrement operationsTom Tromey
2021-03-08Implement some unary operationsTom Tromey
2021-03-08Introduce comma_operationTom Tromey
2021-03-08Introduce repeat_operationTom Tromey
2021-03-08Implement binary comparison operationsTom Tromey
2021-03-08Introduce subscript_operationTom Tromey
2021-03-08Introduce binop_operationTom Tromey
2021-03-08Introduce sub_operationTom Tromey
2021-03-08Introduce add_operationTom Tromey
2021-03-08Introduce concat_operationTom Tromey
2021-03-08Introduce structop_member_operation and structop_mptr_operationTom Tromey
2021-03-08Introduce structop_ptr_operationTom Tromey
2021-03-08Introduce structop_operationTom Tromey