Add selftests for range_contains and insert_into_bit_range_vector
[deliverable/binutils-gdb.git] / gdb / value.c
2018-04-09  Simon MarchiAdd selftests for range_contains and insert_into_bit_ra...
2018-04-06  Tom TromeyChange value::contents to be a unique_xmalloc_ptr
2018-04-06  Tom TromeyRemove range_s VEC
2018-04-06  Tom TromeyChange value::parent to a value_ref_ptr
2018-04-06  Tom TromeyUse new and delete for values
2018-04-06  Tom TromeyRemove value::next and value::released
2018-04-06  Tom TromeyRemove free_value_chain
2018-04-06  Tom TromeyRemove free_all_values
2018-04-06  Tom TromeyChange value history to use value_ref_ptr
2018-04-06  Tom TromeyChange breakpoints to use value_ref_ptr
2018-04-06  Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-02-26  Tom TromeySign-extend non-bit-fields in unpack_bits_as_long
2018-02-07  Simon MarchiFix type of values representing optimized out static...
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-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyRemove cmd_cfunc_ftype
2017-11-07  Tom TromeyConstify add_com
2017-11-07  Tom TromeyAdd set_repeat_arguments function
2017-11-06  Ulrich WeigandTarget FP: Remove unused floating-point routines
2017-11-06  Ulrich WeigandTarget FP: Add conversion routines to target-float...
2017-11-06  Ulrich WeigandTarget FP: Introduce target-float.{c,h}
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-10-05  Ulrich WeigandClean up some DFP interfaces
2017-10-05  Ulrich WeigandClean up includes of doublest.h and floatformat.h
2017-09-27  Tom TromeyConstify show_convenience
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-03-20  Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-06  Yao QiAssert on lval_register
2016-11-28  Yao QiRestrict checking value.lval on using address
2016-11-28  Yao QiAdjust Value.location for lval_register
2016-11-22  Yao QiUse VALUE_NEXT_FRAME_ID in value_from_component
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  Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-09-16  Pedro Alvesgdb: Use std::min and std::max throughout
2016-08-09  Pedro AlvesFix PR gdb/20295: GDB segfaults printing bitfield membe...
2016-06-25  David TaylorSupport structure offsets that are 512K or larger.
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-04-26  Bernhard Heckelfort_dyn_array: Enable dynamic member types inside...
2016-04-14  Pedro AlvesAvoid implicit float <-> integer conversion warnings
2016-04-08  Martin Galvanvalue: Make accessor methods' parameters const-correct
2016-04-06  Don BreazealEliminate -var-create error for optzd ptr to struct
2016-03-29  Don Breazeal2016-03-29 Don Breazeal <donb@codesourcery.com>
2016-02-01  Andrew Burgessgdb: New set/show max-value-size command.
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-28  Simon MarchiConsider addressable memory unit size in various value...
2015-07-28  Simon MarchiIntroduce get_value_arch
2015-07-28  Simon MarchiUpdate comments in struct value for non-8-bits architec...
2015-07-14  Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
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-05-05  Joel BrobeckerAdd valaddr support in dynamic property resolution.
2015-04-29  Doug EvansPR python/18285
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-27  Tom TromeyFix struct, union, and enum nesting in C++
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
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-10-08  Gary BensonRemove spurious exceptions.h inclusions
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-20  Joel BrobeckerFix handling of typedefs to types having a data_locatio...
2014-08-20  Pedro Alvesvalue.c (value_contents_bits_eq): Initialize l,h for...
2014-08-19  Pedro AlvesHandle partially optimized out values similarly to...
2014-08-19  Joel Brobeckervalue_from_pointer: remove call to resolve_dynamic_type
2014-08-18  Joel BrobeckerAdd support for DW_AT_data_location.
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-30  Tom Tromeyconstify some cli-utils stuff
2014-07-24  Tom Tromeyconstify command docs
2014-07-22  Pedro AlvesFix crash on optimized-out entry data values
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-14  Sanimir Agovicvla: update type from newly created value
2014-04-14  Sanimir Agovictype: add c99 variable length array support
2014-04-11  Joel BrobeckerRevert the entire VLA series.
2014-04-11  Sanimir Agovicvla: update type from newly created value
2014-04-11  Sanimir Agovictype: add c99 variable length array support
2014-03-13  Doug EvansFix segv when referencing a value added to history...
2014-02-26  Tom Tromeystart change to progspace independence
2014-02-26  Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26  Tom Tromeychange minsym representation
2014-02-24  Doug Evans * value.c (record_latest_value): Fix comment.
2014-02-06  Doug EvansExtension Language API
2014-01-16  Tom Tromeyrearrange struct value to save memory
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-18  Joel BrobeckerARI fix in value.c::value_entirely_unavailable
2013-12-17  Andrew BurgessConvert the unavailable vector to be bit, not byte...
2013-11-27  Andrew BurgessMake "set debug frame 1" use the standard print routine...
2013-11-26  Andrew BurgessMark entirely optimized out value as non-lazy.
2013-11-22  Tom TromeyDetect infinite loop in value_fetch_lazy's lval_registe...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-10-25  Pedro AlvesPrint nonexisting/optimized out static fields gracefully.
next
This page took 0.866273 seconds and 107 git commands to generate.