Update copyright year range in header of all files managed by GDB
[binutils-gdb.git] / gdb / value.h
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 BrobeckerCopyright Year update after running gdb/copyright.py
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
2016-07-26 Tom TromeyPR python/20190 - compute TLS symbol without a frame
2016-06-25 David TaylorSupport structure offsets that are 512K or larger.
2016-04-08 Martin Galvanvalue: Make accessor methods' parameters const-correct
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-18 Simon MarchiConstify value_string
2015-11-18 Simon MarchiConstify value_cstring
2015-08-25 Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-07-28 Simon MarchiConsider addressable memory unit size in various value...
2015-07-28 Simon MarchiIntroduce get_value_arch
2015-07-06 Simon MarchiCleanup value_fetch_lazy's comment and return value
2015-05-10 Siva Chandra[Python] Add methods reference_value and const_value...
2015-04-29 Doug EvansPR python/18285
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-11-29 Siva ChandraEnable chained function calls in C++ expressions.
2014-09-16 Patrick PalkaFix PR12526: -location watchpoints for bitfield arguments
2014-09-04 Pedro AlvesRegression for i686 gdb.dwarf2/pieces-optimized-out.exp
2014-08-19 Pedro AlvesHandle partially optimized out values similarly to...
2014-08-16 Siva ChandraAdd new argument NOSIDE to find_overload_match.
2014-07-30 Tom Tromeyconstify some cli-utils stuff
2014-07-14 Pedro AlvesGarbage collect value_contents_equal.
2014-06-04 Tom Tromeyhandle VLA in a struct or union
2014-06-03 Siva ChandraAdd xmethod interface to the extension language API.
2014-04-17 Ulrich WeigandUse address_from_register in dwarf2-frame.c:read_addr_f...
2014-04-14 Tom Tromeyconstify value_aggregate_elt
2014-01-14 Siva ChandraUse bitpos and type to lookup a gdb.Field object when...
next