]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/eval.c
gas: introduce .errif and .warnif
[thirdparty/binutils-gdb.git] / gdb / eval.c
2025-06-03  Piotr Rudnickigdb: handle struct and union types in evaluate_subexp_f...
2025-06-03  Piotr Rudnickigdb: remove unused argument in evaluate_subexp_for_addr...
2025-04-24  Simon Marchigdb: fix completion of anonymous struct members
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-03-10  Tom TromeyRemove eval_op_scope
2024-10-06  Tom de Vries[gdb] Fix common misspellings
2024-10-01  Tom TromeyIntroduce and use operation::type_p
2024-08-12  Simon Marchigdb: add program_space parameter to lookup_minimal_symbol
2024-08-12  Simon Marchigdb: make lookup_minimal_symbol objf and sfile paramete...
2024-07-24  Tom de Vries[gdb/exp] Allow internal function to indicate return...
2024-06-12  Hannes DomaniAllow calling of user-defined function call operators
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-26  Tom TromeyRemove two unnecessary casts
2024-02-05  Tom TromeyHandling of arrays with optimized-out bounds
2024-02-02  Nils-Christian Kempkegdb, testsuite, fortran: Fix sizeof intrinsic for Fortr...
2024-01-28  Tom TromeyUse domain_search_flags in lookup_symbol et al
2024-01-20  Simon Marchigdb: remove SYMBOL_*_OPS macros
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
next