]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/value.h
Turn allocate_computed_value into static "constructor"
[thirdparty/binutils-gdb.git] / gdb / value.h
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-10  Andrew BurgessGDB: Introduce limited array lengths while printing...
2023-02-10  Maciej W. RozyckiGDB: Fix the mess with value byte/bit range types
2023-01-30  Tom TromeyRemove value_next declaration
2023-01-03  Tom TromeyIntroduce value_at_non_lval
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-10  Tom TromeyChange GDB to use frame_info_ptr
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-03-26  Tom TromeyRemove an unused declaration from value.h
2022-03-06  Simon Marchigdb: constify parameter of value_copy
2022-03-06  Simon Marchigdb: remove internalvar_funcs::destroy
2022-01-26  Andrew Burgessgdb/python: add gdb.history_count function
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-12-03  Andrew Burgessgdb: make value_subscripted_rvalue static
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-10-05  Tom TromeyAdd lval_funcs::is_optimized_out
2021-09-24  Tom TromeyMove value_true to value.h
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-03-08  Tom TromeyRemove EVAL_SKIP
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-06  Tom TromeyFix fixed-point binary operation type handling
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-16  Tom TromeyAdd expected type parameter to evaluate_expression
2020-12-13  Tom TromeyConstify parse_and_eval_type
2020-12-04  Tom TromeyConstify value_internal_function_name
2020-11-19  Andrew Burgessgdb: convert some function arguments from int to bool
2020-11-10  Tom TromeyMake internalvar_name return a const char *
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-08-25  Simon Marchigdb: move declaration of valprint_check_validity to...
2020-07-25  Andrew Burgessgdb/fortran: resolve dynamic types when readjusting...
2020-06-02  Andrew Burgessgdb: Convert language la_read_var_value field to a...
2020-04-24  Tom TromeyRewrite the existing variant part code
2020-04-24  Tom TromeyAdd new variant part code
2020-04-01  Tom TromeyFix value_literal_complex comment
2020-04-01  Tom TromeyAdd accessors for members of complex numbers
2020-03-14  Tom TromeyRemove val_print
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-04  Tom TromeyRemove gdbarch_bits_big_endian
2019-11-26  Tom TromeyLet commands free "name"
2019-11-26  Tom TromeyAdd add_internal_function overload
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-09-20  Christian BiesingerMove declaration of overload_resolution to value.h
2019-07-12  Andrew Burgessgdb: Update type of lower bound in value_subscripted_rvalue
2019-07-11  Simon MarchiMake value_must_coerce_to_target return a bool
2019-07-09  Tom TromeyRename common to gdbsupport
2019-04-01  Sergio Durigan JuniorDestroy allocated values when exiting GDB
2019-03-07  Andrew Burgessgdb: Move value_from_host_double into value.c and make...
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21  Pedro Alvesinvoke_xmethod & array_view
2018-04-30  Tom TromeyUse new_reference for struct value
2018-04-06  Tom TromeyRemove free_value_chain
2018-04-06  Tom TromeyRemove free_all_values
2018-04-06  Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-02-26  Tom TromeyInitial support for variant parts
2018-02-21  Tom TromeyRemove a cleanup from parse_expression_for_completion
2018-01-07  Simon MarchiC++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-24  Yao QiChange value_contents_eq return bool
2017-11-17  Joel Brobecker(Ada) fix handling of minimal symbols (UNOP_CAST and...
2017-11-06  Ulrich WeigandTarget FP: Remove unused floating-point routines
2017-11-06  Ulrich WeigandTarget FP: Introduce target-float.{c,h}
2017-10-24  Ulrich WeigandTarget FP printing: Simplify and fix print_floating
2017-10-19  Tom TromeyRemove cleanups from prepare_execute_command
2017-10-09  Tom TromeyRemove make_cleanup_value_free
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-06-13  Andreas ArnezFix bit-/byte-offset mismatch in parameter to read_valu...
2017-03-20  Artemiy VolkovAdd ability to return rvalue reference values from...
2017-01-11  Tom TromeyUse scoped_value_mark in dwarf2_evaluate_loc_desc_full
2017-01-11  Tom TromeyAdd scoped_value_mark
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-28  Yao QiAdjust Value.location for lval_register
2016-11-21  Yao QiCreate subobject value in pretty printer
2016-11-16  Kevin BuettnerChange meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_...
2016-11-08  Yao QiRemove parameter valaddr from la_val_print
2016-11-08  Pedro AlvesUse ui_file_as_string throughout more
next