]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/value.c
Turn value_contents_eq into a method
[thirdparty/binutils-gdb.git] / gdb / value.c
2023-02-13  Tom TromeyTurn value_contents_eq into a method
2023-02-13  Tom TromeyTurn allocate_value_contents into a method
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_computed_value into static "constructor"
2023-02-13  Tom TromeyTurn allocate_value into a static "constructor"
2023-02-13  Tom TromeyTurn allocate_value_lazy into a static "constructor"
2023-02-13  Tom TromeyTurn more deprecated_* functions into methods
2023-02-13  Tom TromeyTurn value_address and set_value_address functions...
2023-02-13  Tom TromeyTurn value_initialized and set_value_initialized functi...
2023-02-13  Tom TromeyConvert value_lval_const and deprecated_lval_hack to...
2023-02-13  Tom TromeyTurn value_computed_closure and value_computed_funcs...
2023-02-13  Tom TromeyTurn value_stack and set_value_stack functions into...
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 value_enclosing_type into method
2023-02-13  Tom TromeyTurn deprecated_value_modifiable into method
2023-02-13  Tom TromeyTurn value_offset into method
2023-02-13  Tom TromeyTurn value_parent into method
2023-02-13  Tom TromeyTurn value_bitpos into method
2023-02-13  Tom TromeyTurn value_bitsize into method
2023-02-13  Tom TromeyTurn value_arch into method
2023-02-13  Tom TromeyTurn deprecated_set_value_type into a method
2023-02-13  Tom TromeyTurn value_type into method
2023-02-13  Tom TromeyMove struct value to value.h
2023-02-13  Tom TromeyMove ~value body out-of-line
2023-02-13  Tom TromeyRename all fields of struct value
2023-02-10  Andrew BurgessGDB: Introduce limited array lengths while printing...
2023-02-10  Maciej W. RozyckiGDB: Only make data actually retrieved into value histo...
2023-02-10  Maciej W. RozyckiGDB: Fix the mess with value byte/bit range types
2023-02-10  Maciej W. RozyckiGDB: Ignore `max-value-size' setting with value history...
2023-01-03  Tom TromeyAdd new overload of gdbarch_return_value
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-21  Tom TromeyFix crash in value_print_array_elements
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-10-10  Tom TromeyRemove frame_id_eq
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-07-28  Tom TromeyChange allocation of type-copying hash table
2022-07-26  Lancelot SIXgdb/varobj: Fix use after free in varobj
2022-07-20  Christopher Di Bellagdb/value.c: add several headers to the include list
2022-04-28  Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-04-06  Simon Marchigdb: don't copy entirely optimized out values in value_copy
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-06  Simon Marchigdb: constify parameter of value_copy
2022-03-06  Simon Marchigdb: remove internalvar_funcs::destroy
2022-02-11  Tom TromeyAdd initializers to bound_minimal_symbol
2022-01-26  Andrew Burgessgdb/python: add gdb.history_count function
2022-01-05  Tom TromeyUse filtered output in ordinary commands
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-03  Simon Marchigdb: trivial changes to use array_view
2021-12-03  Simon Marchigdbsupport: add array_view copy function
2021-11-16  Simon Marchigdb: fix length of array view returned by some value_co...
2021-11-16  Andrew Burgessgdb: throw OPTIMIZED_OUT_ERROR rather than GENERIC_ERROR
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_STATIC_PHYSADDR
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_STATIC_PHYSNAME
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_LOC_KIND
2021-10-27  Simon Marchigdb: fix value.c build on 32-bits
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-10-05  Tom TromeyRemove 'varsize-limit'
2021-10-05  Tom TromeyAllow lazy 'zero' value
2021-10-05  Tom TromeyAdd lval_funcs::is_optimized_out
2021-10-01  Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-09-23  Tom TromeyChange pointer_type to a method of struct type
2021-08-05  Zoran ZaricMake value_copy also copy the stack data member
2021-07-27  Andrew Burgessgdb: remove VALUE_FRAME_ID and fix another frame debug...
2021-06-29  Simon Marchigdb: introduce frame_debug_printf
2021-05-27  Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-03-08  Tom TromeyRemove some null checks
2021-03-08  Tom TromeyRemove union exp_element
2021-03-08  Tom TromeyAdd an expr::operation_up to struct expression
2021-02-09  Tom TromeyAvoid crash from coerce_unspec_val_to_type
2021-01-28  Simon Marchigdb: rename get_type_arch to type::arch
2021-01-28  Simon Marchigdb: rename type::{arch,objfile} -> type::{arch_owner...
2021-01-22  Simon Marchigdb: remove TYPE_OBJFILE macro
2021-01-08  Andrew Burgessgdb: user variables with components of dynamic type
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-16  Tom TromeyIntroduce expression::first_opcode
2020-12-04  Tom TromeyConstify value_internal_function_name
2020-11-24  Joel BrobeckerMake function fixed_point_scaling_factor a method of...
2020-11-24  Joel BrobeckerMake fixed_point_type_base_type a method of struct...
2020-11-24  Joel Brobeckergmp-utils: Convert the read/write methods to using...
2020-11-15  Joel BrobeckerAdd support for printing value of DWARF-based fixed...
2020-11-10  Tom TromeyMake internalvar_name return a const char *
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-23  Tom TromeyHandle bit offset and bit size in base types
2020-09-17  Tom TromeyUse htab_up in type copying
2020-09-16  Andrew Burgessgdb: Convert language_data::string_lower_bound to a...
2020-09-16  Andrew Burgessgdb: Convert language_data::c_style_arrays to a method
2020-09-14  Simon Marchigdb: remove TYPE_VECTOR
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-08-12  Luis MachadoFix malloc allocation size sanity check
2020-07-25  Andrew Burgessgdb/fortran: resolve dynamic types when readjusting...
next