summaryrefslogtreecommitdiff
path: root/gdb/value.c
Commit message (Expand)AuthorAgeFilesLines
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-58/+64
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* fort_dyn_array: Enable dynamic member types inside a structure.Bernhard Heckel2016-04-261-3/+36
* Avoid implicit float <-> integer conversion warningsPedro Alves2016-04-141-2/+2
* value: Make accessor methods' parameters const-correctMartin Galvan2016-04-081-15/+15
* Eliminate -var-create error for optzd ptr to structDon Breazeal2016-04-061-2/+13
* 2016-03-29 Don Breazeal <donb@codesourcery.com>Don Breazeal2016-03-291-1/+1
* gdb: New set/show max-value-size command.Andrew Burgess2016-02-011-4/+93
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-7/+3
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-4/+4
* Consider addressable memory unit size in various value functionsSimon Marchi2015-07-281-14/+25
* Introduce get_value_archSimon Marchi2015-07-281-0/+8
* Update comments in struct value for non-8-bits architecturesSimon Marchi2015-07-281-15/+15
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-3/+3
* Cleanup value_fetch_lazy's comment and return valueSimon Marchi2015-07-061-12/+5
* [Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra2015-05-091-0/+21
* Add valaddr support in dynamic property resolution.Joel Brobecker2015-05-051-1/+1
* PR python/18285Doug Evans2015-04-291-0/+12
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-4/+7
* Fix struct, union, and enum nesting in C++Tom Tromey2015-02-271-59/+62
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-4/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Enable chained function calls in C++ expressions.Siva Chandra2014-11-281-0/+12
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Fix PR12526: -location watchpoints for bitfield argumentsPatrick Palka2014-09-161-1/+1
* Regression for i686 gdb.dwarf2/pieces-optimized-out.expPedro Alves2014-09-041-118/+109
* Fix handling of typedefs to types having a data_location attribute.Joel Brobecker2014-08-201-3/+4
* value.c (value_contents_bits_eq): Initialize l,h for gcc -Wall.Pedro Alves2014-08-201-1/+1
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-192/+275
* value_from_pointer: remove call to resolve_dynamic_typeJoel Brobecker2014-08-191-6/+3
* Add support for DW_AT_data_location.Joel Brobecker2014-08-181-0/+3
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* constify some cli-utils stuffTom Tromey2014-07-301-3/+13
* constify command docsTom Tromey2014-07-241-1/+1
* Fix crash on optimized-out entry data valuesPedro Alves2014-07-221-1/+4
* Garbage collect value_contents_equal.Pedro Alves2014-07-141-19/+0
* handle VLA in a struct or unionTom Tromey2014-06-041-0/+23
* Add xmethod interface to the extension language API.Siva Chandra2014-06-031-3/+44
* vla: update type from newly created valueSanimir Agovic2014-04-141-0/+1
* type: add c99 variable length array supportSanimir Agovic2014-04-141-6/+13
* Revert the entire VLA series.Joel Brobecker2014-04-111-14/+6
* vla: update type from newly created valueSanimir Agovic2014-04-111-0/+1
* type: add c99 variable length array supportSanimir Agovic2014-04-111-6/+13
* Fix segv when referencing a value added to history after a Guile garbage coll...Doug Evans2014-03-131-1/+5
* start change to progspace independenceTom Tromey2014-02-261-2/+2
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-4/+4
* change minsym representationTom Tromey2014-02-261-2/+2
* * value.c (record_latest_value): Fix comment.Doug Evans2014-02-241-3/+1