]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/value.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / value.c
15 hours ago  Simon Marchigdb: remove gdbcmd.h
3 days ago  Simon Marchigdb: move store/extract integer functions to extract...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-19  Tom de Vries[gdb] Further fix "value is not available" with debug...
2024-02-27  Tom TromeyChange finalize_values into a final cleanup
2024-02-20  Simon Marchigdb: pass frames as `const frame_info_ptr &`
2024-02-19  Tom de Vries[gdb/exp] Fix printing of out of bounds struct members
2024-02-05  Tom TromeyHandling of arrays with optimized-out bounds
2024-01-28  Tom TromeyUse domain_search_flags in lookup_symbol et al
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-24  Simon Marchigdb: make value::allocate_register_lazy store id of...
2023-12-24  Simon Marchigdb: remove VALUE_REGNUM, add value::regnum
2023-12-24  Simon Marchigdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_id
2023-12-24  Simon Marchigdb: add type parameter to value::allocate_register...
2023-12-19  Simon Marchigdb: use put_frame_register instead of put_frame_regist...
2023-12-14  Simon Marchigdb: add gdbarch_pseudo_register_write that takes a...
2023-12-14  Simon Marchigdb: read pseudo register through frame
2023-12-14  Simon Marchigdb: add value::allocate_register
2023-12-12  Hannes DomaniSupport dynamically computed convenience variables...
2023-11-29  Tom TromeyRemove gdb_static_assert
2023-11-29  Tom TromeyUse C++17 [[fallthrough]] attribute
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-10-10  Simon Marchigdb: add inferior::{arch, set_arch}
2023-08-31  Simon Marchigdb: remove TYPE_FIELD_BITSIZE
2023-07-07  Andrew Burgessgdb: check max-value-size when reading strings for...
2023-06-09  Tom TromeyUse scoped_value_mark in two more places
2023-06-05  Andrew Burgessgdb: building inferior strings from within GDB
2023-05-12  Tom TromeyAdd dynamic_prop::is_constant
2023-05-01  Tom TromeyRemove evaluate_expression
2023-03-30  Andrew Burgessgdb: have value_as_address call unpack_pointer
2023-03-29  Tom TromeyPass a frame to value_at_lazy and value_from_contents_a...
2023-03-27  Tom TromeyAdd value_as_mpz and value_from_mpz
2023-03-14  Tom TromeyAdd methods and operators to gdb_mpz
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-03-02  Simon Marchigdb: fix -Wmaybe-uninitialized warning in value.c
2023-02-24  Simon Marchigdb: fix parenthesis position in comment
2023-02-24  Maciej W. RozyckiGDB: Fix out of bounds accesses with limited-length...
2023-02-20  Simon Marchigdb: revert one erroneous bool-ification change
2023-02-15  Tom TromeyReturn bool from more value methods
2023-02-15  Tom TromeyHave value::bits_synthetic_pointer return bool
2023-02-15  Tom TromeyChange value::m_stack to bool
2023-02-15  Tom TromeyChange value::m_lazy to bool
2023-02-15  Tom TromeyChange value::m_modifiable to bool
2023-02-15  Simon Marchigdb: store internalvars in an std::map
2023-02-15  Simon Marchigdb: add constructor to internalvar
2023-02-15  Simon Marchigdb: use std::string for internalvar::name
2023-02-14  Simon Marchigdb: cast return value of std::unique_ptr::release...
2023-02-13  Tom TromeyRely on value_ref_ptr::operator->
2023-02-13  Tom TromeyRemove deprecated_lval_hack
2023-02-13  Tom TromeyIntroduce set_lval method on value
2023-02-13  Tom TromeyTurn record_latest_value into a method
2023-02-13  Tom TromeyAdd value::set_modifiable
2023-02-13  Tom TromeyTurn various value copying-related functions into methods
2023-02-13  Tom TromeyTurn preserve_one_value into method
2023-02-13  Tom TromeyTurn some xmethod functions into methods
2023-02-13  Tom TromeyChange some code to use value methods
2023-02-13  Tom TromeyTurn set_value_component_location into method
2023-02-13  Tom TromeyTurn value_non_lval and value_force_lval into methods
2023-02-13  Tom TromeyTurn many optimized-out value functions into methods
2023-02-13  Tom TromeyTurn value_copy into a method
2023-02-13  Tom TromeyFully qualify calls to copy in value.c
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn value_incref and value_decref into methods
2023-02-13  Tom TromeyTurn value_bits_synthetic_pointer into a method
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...
next