aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-07remove trivialy unused variablesTrevor Saunders1-1/+0
2016-04-26fort_dyn_array: Enable dynamic member types inside a structure.Bernhard Heckel1-3/+36
2016-04-14Avoid implicit float <-> integer conversion warningsPedro Alves1-2/+2
2016-04-08value: Make accessor methods' parameters const-correctMartin Galvan1-15/+15
2016-04-06Eliminate -var-create error for optzd ptr to structDon Breazeal1-2/+13
2016-03-292016-03-29 Don Breazeal <donb@codesourcery.com>Don Breazeal1-1/+1
2016-02-01gdb: New set/show max-value-size command.Andrew Burgess1-4/+93
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-7/+3
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-4/+4
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi1-14/+25
2015-07-28Introduce get_value_archSimon Marchi1-0/+8
2015-07-28Update comments in struct value for non-8-bits architecturesSimon Marchi1-15/+15
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-3/+3
2015-07-06Cleanup value_fetch_lazy's comment and return valueSimon Marchi1-12/+5
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra1-0/+21
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