]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/valops.c
Hurd port: update interface to match upstream and fix warnings.
[thirdparty/binutils-gdb.git] / gdb / valops.c
2024-04-25  Simon Marchigdb: remove gdbcmd.h
2024-04-23  Simon Marchigdb: move a bunch of quit-related things to event-top...
2024-04-23  Simon Marchigdb: move store/extract integer functions to extract...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-03-20  Hannes DomaniFix casting in-memory values of primitive types to...
2024-03-20  Hannes DomaniFix reinterpret_cast for classes with multiple inheritance
2024-02-20  Simon Marchigdb: pass frames as `const frame_info_ptr &`
2024-02-09  Hannes DomaniAllow value repeat operator on references
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...
2024-01-11  Simon Marchigdb: fix frame passed to gdbarch_value_to_register...
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-19  Simon Marchigdb: remove stale comment in value_assign
2023-12-14  Simon Marchigdb: make get_frame_register_bytes take the next frame
2023-12-14  Simon Marchigdb: make put_frame_register_bytes take the next frame
2023-12-14  Hannes DomaniAllow calling of variadic C++ functions
2023-12-11  Hannes DomaniFix dynamic_cast
2023-12-08  Tom TromeyAllow cast of 128-bit integer to pointer
2023-11-29  Tom TromeyUse C++17 [[fallthrough]] attribute
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-08-31  Simon Marchigdb: remove TYPE_FIELD_PACKED
2023-08-31  Simon Marchigdb: remove TYPE_FIELD_ARTIFICIAL
2023-08-29  Tom TromeyRemove "highbound" parameter from value_array
2023-08-29  Tom TromeyUse gdb::array_view for value_array
2023-06-05  Andrew Burgessgdb: building inferior strings from within GDB
2023-06-03  Tom de Vries[gdb] Fix typos
2023-05-01  Tom TromeyReplace field_is_static with a method
2023-03-29  Tom TromeyPass a frame to value_at_lazy and value_from_contents_a...
2023-03-27  Tom TromeyUse gdb_gmp for scalar arithmetic
2023-03-18  Tom TromeyUse type allocator for array types
2023-03-18  Tom TromeyUse type allocator for range types
2023-03-14  Tom TromeyAdd operators and methods to gdb_mpq
2023-03-14  Tom TromeyAdd methods and operators to gdb_mpz
2023-02-15  Tom TromeyChange value::m_stack to bool
2023-02-15  Tom TromeyChange value::m_lazy to bool
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 set_value_component_location into method
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 TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn value_bits_synthetic_pointer 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_value into a static "constructor"
2023-02-13  Tom TromeyTurn allocate_value_lazy into a static "constructor"
2023-02-13  Tom TromeyTurn value_address and set_value_address functions...
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-01-03  Tom TromeyIntroduce value_at_non_lval
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-11-10  Bruno Larsengdb: Fix regressions caused by 041de3d73aa121f2ff0c0772...
2022-11-10  Bruno Larsengdb/c++: Improve error messages in overload resolution
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-03  Bruno LarsenImprove GDB's baseclass detection with typedefs
2022-10-02  Andrew Burgessgdb: update now gdbarch_register_name doesn't return...
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-04-20  Tom TromeyReplace symbol_objfile with symbol::objfile
2022-04-18  Tom TromeyFix C++ cast of derived class to base class
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-04-08  Bernhard Heckelgdb/fortran: add support for accessing fields of extend...
2022-03-29  Tom TromeyUnify gdb printf functions
2022-02-06  Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06  Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
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 Marchigdb: make extract_integer take an array_view
2021-12-03  Simon Marchigdbsupport: add array_view copy function
2021-11-25  Bruno LarsenPR gdb/28480: Improve ambiguous member detection
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_ENUMVAL
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_LOC_KIND
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-10-05  Tom TromeyAllow lazy 'zero' value
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-07-27  Andrew Burgessgdb: remove VALUE_FRAME_ID and fix another frame debug...
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-04-07  Andrew Burgessgdb: allow casting to rvalue reference in more cases
2021-04-02  Simon Marchigdb: remove TYPE_DECLARED_CLASS
2021-03-24  Simon Marchigdb: remove current_top_target function
next