]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/eval.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / eval.c
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-14  Simon Marchigdb: change value_of_register and value_of_register_laz...
2023-11-29  Tom TromeyUse C++17 [[fallthrough]] attribute
2023-11-21  Lancelot Sixgdb: Remove uses of gdb::to_string (const std::string_v...
2023-11-21  Lancelot Sixgdb: Use std::string_view instead of gdb::string_view
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-09-20  Tom TromeyRemove explanatory comments from includes
2023-08-31  Simon Marchigdb: remove TYPE_FIELD_BITSIZE
2023-08-31  Tom TromeyRemove eval_op_ternop
2023-08-29  Tom TromeyMore renames in array_operation::evaluate
2023-08-29  Tom TromeyRemove "highbound" parameter from value_array
2023-08-29  Tom TromeyRemove another redundant variable from array_operation...
2023-08-29  Tom TromeyRemove redundant variable from array_operation::evaluate
2023-08-29  Tom TromeyHoist array bounds check in array_operation::evaluate
2023-08-29  Tom TromeyDeclare 'tem' in loop header in array_operation::evaluate
2023-08-29  Tom TromeyUse gdb::array_view for value_array
2023-05-23  Tom TromeyAdd flags to parse_and_eval
2023-05-23  Tom TromeyIntroduce and use parser flags
2023-05-01  Tom TromeyRemove evaluate_type
2023-05-01  Tom TromeyRemove evaluate_expression
2023-05-01  Tom TromeyReplace field_is_static with a method
2023-03-27  Tom TromeySimplify binop_promote
2023-02-13  Tom TromeyRemove deprecated_lval_hack
2023-02-13  Tom TromeyIntroduce set_lval method on value
2023-02-13  Tom TromeyTurn various value copying-related functions into methods
2023-02-13  Tom TromeyTurn some xmethod functions into methods
2023-02-13  Tom TromeyTurn value_non_lval and value_force_lval into methods
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn value_fetch_lazy into a method
2023-02-13  Tom TromeyTurn some value_contents functions into methods
2023-02-13  Tom TromeyTurn value_zero into static "constructor"
2023-02-13  Tom TromeyTurn allocate_optimized_out_value into static "constructor"
2023-02-13  Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13  Tom TromeyTurn value_address and set_value_address functions...
2023-02-13  Tom TromeyTurn value_lazy and set_value_lazy functions into methods
2023-02-13  Tom TromeyTurn some value offset functions into method
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 BrobeckerAutomatic Copyright Year update after running gdb/copyr...
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
next