summaryrefslogtreecommitdiff
path: root/gdb/expop.h
Commit message (Expand)AuthorAgeFilesLines
* gdb/rust: fix crash for expression debug with stringsAndrew Burgess2023-05-101-1/+4
* Convert long_const_operation to use gdb_mpzTom Tromey2023-04-171-3/+23
* Remove deprecated_lval_hackTom Tromey2023-02-131-1/+1
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-2/+2
* Turn value_type into methodTom Tromey2023-02-131-6/+6
* Don't include block.h from expop.hTom Tromey2023-02-081-6/+2
* gdb: remove language.h include from frame.hSimon Marchi2023-01-201-0/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-1/+1
* Replace symbol_objfile with symbol::objfileTom Tromey2022-04-201-1/+1
* Add context-sensitive field name completion to Ada parserTom Tromey2022-04-041-1/+9
* Refactor expression completionTom Tromey2022-04-041-7/+5
* Unify gdb printf functionsTom Tromey2022-03-291-1/+1
* gdb/x86: handle stap probe arguments in xmm registersAndrew Burgess2022-03-211-0/+31
* Remove eval_op_concatTom Tromey2022-03-161-5/+1
* Remove eval_op_stringTom Tromey2022-03-161-10/+1
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-1/+1
* 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