[AArch64,arm] Fix some formatting issues in the aarch64/arm codebase
[binutils-gdb.git] / gdb / expop.h
2023-05-10 Andrew Burgessgdb/rust: fix crash for expression debug with strings
2023-04-17 Tom TromeyConvert long_const_operation to use gdb_mpz
2023-02-13 Tom TromeyRemove deprecated_lval_hack
2023-02-13 Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13 Tom TromeyTurn value_type into method
2023-02-08 Tom TromeyDon't include block.h from expop.h
2023-01-20 Simon Marchigdb: remove language.h include from frame.h
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-04-20 Tom TromeyReplace symbol_objfile with symbol::objfile
2022-04-04 Tom TromeyAdd context-sensitive field name completion to Ada...
2022-04-04 Tom TromeyRefactor expression completion
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-21 Andrew Burgessgdb/x86: handle stap probe arguments in xmm registers
2022-03-16 Tom TromeyRemove eval_op_concat
2022-03-16 Tom TromeyRemove eval_op_string
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-04-15 Tom TromeyUse block_symbol in var_value_operation
2021-03-08 Tom TromeyUse bound_minimal_symbol in var_msym_value_operation
2021-03-08 Tom TromeyRemove EVAL_SKIP
2021-03-08 Tom TromeyAdd an expr::operation_up to struct expression
2021-03-08 Tom TromeyImplement Ada assignment
2021-03-08 Tom TromeyIntroduce fortran_undetermined
2021-03-08 Tom TromeyImplement function call operations
2021-03-08 Tom TromeyIntroduce array_operation
2021-03-08 Tom TromeyIntroduce class adl_func_operation
2021-03-08 Tom TromeyImplement the "&&" and "||" operators
2021-03-08 Tom TromeyIntroduce multi_subscript_operation
2021-03-08 Tom TromeyIntroduce var_value_operation
2021-03-08 Tom TromeyImplement C++ cast operations
2021-03-08 Tom TromeyIntroduce unop_cast_type_operation
2021-03-08 Tom TromeyIntroduce unop_cast_operation
2021-03-08 Tom TromeyIntroduce assign_modify_operation
2021-03-08 Tom TromeyIntroduce assign_operation
2021-03-08 Tom TromeyIntroduce type_instance_operation
2021-03-08 Tom TromeyIntroduce op_this_operation
2021-03-08 Tom TromeyImplement UNOP_MEMVAL and UNOP_MEMVAL_TYPE
2021-03-08 Tom TromeyIntroduce unop_alignof_operation
2021-03-08 Tom TromeyIntroduce unop_sizeof_operation
2021-03-08 Tom TromeyIntroduce unop_addr_operation
2021-03-08 Tom TromeyIntroduce typeid_operation
2021-03-08 Tom TromeyIntroduce decltype_operation
2021-03-08 Tom TromeyIntroduce typeof_operation
2021-03-08 Tom TromeyIntroduce type_operation
2021-03-08 Tom TromeyIntroduce unop_ind_operation
2021-03-08 Tom TromeyImplement unary increment and decrement operations
2021-03-08 Tom TromeyImplement some unary operations
2021-03-08 Tom TromeyIntroduce comma_operation
2021-03-08 Tom TromeyIntroduce repeat_operation
2021-03-08 Tom TromeyImplement binary comparison operations
2021-03-08 Tom TromeyIntroduce subscript_operation
2021-03-08 Tom TromeyIntroduce binop_operation
2021-03-08 Tom TromeyIntroduce sub_operation
2021-03-08 Tom TromeyIntroduce add_operation
2021-03-08 Tom TromeyIntroduce concat_operation
2021-03-08 Tom TromeyIntroduce structop_member_operation and structop_mptr_o...
2021-03-08 Tom TromeyIntroduce structop_ptr_operation
2021-03-08 Tom TromeyIntroduce structop_operation
2021-03-08 Tom TromeyIntroduce complex_operation
2021-03-08 Tom TromeyIntroduce ternop_cond_operation
2021-03-08 Tom TromeyIntroduce ternop_slice_operation
2021-03-08 Tom TromeyIntroduce string_operation
2021-03-08 Tom TromeyIntroduce internalvar_operation
2021-03-08 Tom TromeyIntroduce bool_operation
2021-03-08 Tom TromeyIntroduce register_operation
2021-03-08 Tom TromeyIntroduce last_operation
2021-03-08 Tom TromeyIntroduce func_static_var_operation
2021-03-08 Tom TromeyIntroduce var_entry_value_operation
2021-03-08 Tom TromeyIntroduce var_msym_value_operation
2021-03-08 Tom TromeyIntroduce long_const_operation
2021-03-08 Tom TromeyIntroduce scope_operation
2021-03-08 Tom TromeyIntroduce float_const_operation
2021-03-08 Tom TromeyAdd two agent expression helper functions
2021-03-08 Tom TromeyImplement dumping
2021-03-08 Tom TromeyIntroduce class operation