Turn deprecated_set_value_type into a method
[binutils-gdb.git] / gdb / eval.c
2023-02-13 Tom TromeyTurn deprecated_set_value_type into a method
2023-02-13 Tom TromeyTurn value_type into method
2023-01-09 Tom TromeyFix crash with C++ qualified names
2023-01-04 Tom TromeyConvert exp_uses_objfile to a method of expression
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: add type::length / type::set_length
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-04-04 Tom TromeyAdd context-sensitive field name completion to Ada...
2022-04-04 Tom TromeyRefactor expression completion
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_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-03 Tom TromeySmall indentation fix in eval.c
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-01 Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-09-24 Tom TromeyMove value_true to value.h
2021-09-23 Tom TromeyChange pointer_type to a method of struct type
2021-06-25 Andrew Burgessgdb: use gdb::optional instead of passing a pointer...
2021-06-25 Andrew Burgessgdb: replace NULL terminated array with array_view
2021-06-25 Andrew Burgessgdb: fix regression in evaluate_funcall for non C+...
2021-06-03 Magne Hovgdb: fix eval.c assert during inferior exit event
2021-04-15 Tom TromeyUse block_symbol in var_value_operation
2021-03-24 Simon Marchigdb: remove current_top_target function
2021-03-09 Tom TromeyFix function call regression in new evaluator
2021-03-08 Tom TromeyUse bound_minimal_symbol in var_msym_value_operation
2021-03-08 Tom TromeyRemove EVAL_SKIP
2021-03-08 Tom TromeyMerge namespace scopes in eval.c
2021-03-08 Tom TromeyRemove union exp_element
2021-03-08 Tom TromeyAdd an expr::operation_up to struct expression
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 objc_msgcall_operation
2021-03-08 Tom TromeyIntroduce var_value_operation
2021-03-08 Tom TromeyIntroduce assign_modify_operation
2021-03-08 Tom TromeyIntroduce type_instance_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 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 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 objc_selector_operation
2021-03-08 Tom TromeyIntroduce objc_nsstring_operation
2021-03-08 Tom TromeyIntroduce ternop_slice_operation
2021-03-08 Tom TromeyIntroduce string_operation
2021-03-08 Tom TromeyIntroduce register_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 scope_operation
2021-03-08 Tom TromeyIntroduce class operation
2021-03-08 Tom TromeySplit out eval_multi_subscript
2021-03-08 Tom TromeySplit out eval_op_objc_msgcall
2021-03-08 Tom TromeySplit out eval_binop_assign_modify
2021-03-08 Tom TromeySplit helper functions
2021-03-08 Tom TromeySplit out eval_op_type
2021-03-08 Tom TromeySplit out eval_op_postdec
2021-03-08 Tom TromeySplit out eval_op_postinc
2021-03-08 Tom TromeySplit out eval_op_predec
2021-03-08 Tom TromeySplit out eval_op_preinc
2021-03-08 Tom TromeySplit out eval_op_memval
2021-03-08 Tom TromeySplit out eval_op_alignof
2021-03-08 Tom TromeySplit out eval_op_ind
2021-03-08 Tom TromeySplit out eval_op_lognot
2021-03-08 Tom TromeySplit out eval_op_complement
2021-03-08 Tom TromeySplit out eval_op_neg
2021-03-08 Tom TromeySplit out eval_op_plus
2021-03-08 Tom TromeySplit out eval_op_repeat
2021-03-08 Tom TromeySplit out eval_op_leq
2021-03-08 Tom TromeySplit out eval_op_geq
2021-03-08 Tom TromeySplit out eval_op_gtr
2021-03-08 Tom TromeySplit out eval_op_less
2021-03-08 Tom TromeySplit out eval_op_notequal
2021-03-08 Tom TromeySplit out eval_op_equal
2021-03-08 Tom TromeySplit out eval_op_subscript
2021-03-08 Tom TromeySplit out eval_op_binary
2021-03-08 Tom TromeySplit out eval_op_sub
2021-03-08 Tom TromeySplit out eval_op_add
2021-03-08 Tom TromeySplit out eval_op_member
2021-03-08 Tom TromeySplit out eval_op_structop_ptr
next