aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-05Add valaddr support in dynamic property resolution.Joel Brobecker1-1/+1
2015-04-29PR python/18285Doug Evans1-0/+12
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-4/+7
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey1-59/+62
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-4/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra1-0/+12
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-16Fix PR12526: -location watchpoints for bitfield argumentsPatrick Palka1-1/+1
2014-09-04Regression for i686 gdb.dwarf2/pieces-optimized-out.expPedro Alves1-118/+109
2014-08-20Fix handling of typedefs to types having a data_location attribute.Joel Brobecker1-3/+4
2014-08-20value.c (value_contents_bits_eq): Initialize l,h for gcc -Wall.Pedro Alves1-1/+1
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-192/+275
2014-08-19value_from_pointer: remove call to resolve_dynamic_typeJoel Brobecker1-6/+3
2014-08-18Add support for DW_AT_data_location.Joel Brobecker1-0/+3
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-30constify some cli-utils stuffTom Tromey1-3/+13
2014-07-24constify command docsTom Tromey1-1/+1
2014-07-22Fix crash on optimized-out entry data valuesPedro Alves1-1/+4
2014-07-14Garbage collect value_contents_equal.Pedro Alves1-19/+0
2014-06-04handle VLA in a struct or unionTom Tromey1-0/+23
2014-06-03Add xmethod interface to the extension language API.Siva Chandra1-3/+44
2014-04-14vla: update type from newly created valueSanimir Agovic1-0/+1
2014-04-14type: add c99 variable length array supportSanimir Agovic1-6/+13
2014-04-11Revert the entire VLA series.Joel Brobecker1-14/+6
2014-04-11vla: update type from newly created valueSanimir Agovic1-0/+1
2014-04-11type: add c99 variable length array supportSanimir Agovic1-6/+13
2014-03-13Fix segv when referencing a value added to history after a Guile garbage coll...Doug Evans1-1/+5
2014-02-26start change to progspace independenceTom Tromey1-2/+2
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-4/+4
2014-02-26change minsym representationTom Tromey1-2/+2
2014-02-24 * value.c (record_latest_value): Fix comment.Doug Evans1-3/+1
2014-02-05Extension Language APIDoug Evans1-2/+2
2014-01-16rearrange struct value to save memoryTom Tromey1-3/+3
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-18ARI fix in value.c::value_entirely_unavailableJoel Brobecker1-2/+2
2013-12-17Convert the unavailable vector to be bit, not byte, based.Andrew Burgess1-21/+160
2013-11-27Make "set debug frame 1" use the standard print routine for optimized out val...Andrew Burgess1-1/+4
2013-11-26Mark entirely optimized out value as non-lazy.Andrew Burgess1-1/+1
2013-11-22Detect infinite loop in value_fetch_lazy's lval_register handling.Tom Tromey1-1/+19
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-10-25Print nonexisting/optimized out static fields gracefully.Pedro Alves1-3/+2
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves1-3/+19
2013-09-16The error message in the function was sayingSergio Durigan Junior1-1/+1
2013-09-16Based on the discussion at:Sergio Durigan Junior1-0/+23
2013-08-29cleanup: make allocate_value_contents staticSanimir Agovic1-1/+1
2013-08-29cleanup: replace allocate_value and memcpy with value_from_contentsSanimir Agovic1-4/+1
2013-08-27Add options to skip unavailable localsYao Qi1-0/+20
2013-08-05remove msymbol_objfileTom Tromey1-6/+6