summaryrefslogtreecommitdiff
path: root/gdb/value.c
AgeCommit message (Expand)Author
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-09-16Fix PR12526: -location watchpoints for bitfield argumentsPatrick Palka
2014-09-04Regression for i686 gdb.dwarf2/pieces-optimized-out.expPedro Alves
2014-08-20Fix handling of typedefs to types having a data_location attribute.Joel Brobecker
2014-08-20value.c (value_contents_bits_eq): Initialize l,h for gcc -Wall.Pedro Alves
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves
2014-08-19value_from_pointer: remove call to resolve_dynamic_typeJoel Brobecker
2014-08-18Add support for DW_AT_data_location.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-07-30constify some cli-utils stuffTom Tromey
2014-07-24constify command docsTom Tromey
2014-07-22Fix crash on optimized-out entry data valuesPedro Alves
2014-07-14Garbage collect value_contents_equal.Pedro Alves
2014-06-04handle VLA in a struct or unionTom Tromey
2014-06-03Add xmethod interface to the extension language API.Siva Chandra
2014-04-14vla: update type from newly created valueSanimir Agovic
2014-04-14type: add c99 variable length array supportSanimir Agovic
2014-04-11Revert the entire VLA series.Joel Brobecker
2014-04-11vla: update type from newly created valueSanimir Agovic
2014-04-11type: add c99 variable length array supportSanimir Agovic
2014-03-13Fix segv when referencing a value added to history after a Guile garbage coll...Doug Evans
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26change minsym representationTom Tromey
2014-02-24 * value.c (record_latest_value): Fix comment.Doug Evans
2014-02-05Extension Language APIDoug Evans
2014-01-16rearrange struct value to save memoryTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-18ARI fix in value.c::value_entirely_unavailableJoel Brobecker
2013-12-17Convert the unavailable vector to be bit, not byte, based.Andrew Burgess
2013-11-27Make "set debug frame 1" use the standard print routine for optimized out val...Andrew Burgess
2013-11-26Mark entirely optimized out value as non-lazy.Andrew Burgess
2013-11-22Detect infinite loop in value_fetch_lazy's lval_register handling.Tom Tromey
2013-11-18remove gdb_string.hTom Tromey
2013-10-25Print nonexisting/optimized out static fields gracefully.Pedro Alves
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves
2013-09-16The error message in the function was sayingSergio Durigan Junior
2013-09-16Based on the discussion at:Sergio Durigan Junior
2013-08-29cleanup: make allocate_value_contents staticSanimir Agovic
2013-08-29cleanup: replace allocate_value and memcpy with value_from_contentsSanimir Agovic
2013-08-27Add options to skip unavailable localsYao Qi
2013-08-05remove msymbol_objfileTom Tromey
2013-07-30Don't raise an error for optimized out sub-fields.Andrew Burgess
2013-07-30value_fetch_lazy, ensure parent is not lazy and check parent for validity.Andrew Burgess
2013-07-10ada-lang.c:coerce_unspec_val_to_type: Preserve laziness.Joel Brobecker
2013-07-09Revert recent changes to value_bits_valid.Andrew Burgess
2013-07-08Fix bug in value_bits_valid.Andrew Burgess
2013-07-04value_bits_valid: Fix latent bug.Pedro Alves
2013-07-04http://sourceware.org/ml/gdb-patches/2013-07/msg00059.htmlAndrew Burgess