aboutsummaryrefslogtreecommitdiff
path: root/gdb/expop.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-08-31Remove eval_op_ternopTom Tromey1-15/+1
2023-05-10gdb/rust: fix crash for expression debug with stringsAndrew Burgess1-1/+4
2023-04-17Convert long_const_operation to use gdb_mpzTom Tromey1-3/+23
2023-02-13Remove deprecated_lval_hackTom Tromey1-1/+1
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-2/+2
2023-02-13Turn value_type into methodTom Tromey1-6/+6
2023-02-08Don't include block.h from expop.hTom Tromey1-6/+2
2023-01-20gdb: remove language.h include from frame.hSimon Marchi1-0/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-1/+1
2022-04-20Replace symbol_objfile with symbol::objfileTom Tromey1-1/+1
2022-04-04Add context-sensitive field name completion to Ada parserTom Tromey1-1/+9
2022-04-04Refactor expression completionTom Tromey1-7/+5
2022-03-29Unify gdb printf functionsTom Tromey1-1/+1
2022-03-21gdb/x86: handle stap probe arguments in xmm registersAndrew Burgess1-0/+31
2022-03-16Remove eval_op_concatTom Tromey1-5/+1
2022-03-16Remove eval_op_stringTom Tromey1-10/+1
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