summaryrefslogtreecommitdiff
path: root/gdb/expop.h
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-08-31Remove eval_op_ternopTom Tromey
2023-05-10gdb/rust: fix crash for expression debug with stringsAndrew Burgess
2023-04-17Convert long_const_operation to use gdb_mpzTom Tromey
2023-02-13Remove deprecated_lval_hackTom Tromey
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey
2023-02-13Turn value_type into methodTom Tromey
2023-02-08Don't include block.h from expop.hTom Tromey
2023-01-20gdb: remove language.h include from frame.hSimon Marchi
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi
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