aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.c
AgeCommit message (Expand)Author
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-06Assert on lval_registerYao Qi
2016-11-28Restrict checking value.lval on using addressYao Qi
2016-11-28Adjust Value.location for lval_registerYao Qi
2016-11-22Use VALUE_NEXT_FRAME_ID in value_from_componentYao Qi
2016-11-21Create subobject value in pretty printerYao Qi
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-08-09Fix PR gdb/20295: GDB segfaults printing bitfield member of optimized out valuePedro Alves
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-04-26fort_dyn_array: Enable dynamic member types inside a structure.Bernhard Heckel
2016-04-14Avoid implicit float <-> integer conversion warningsPedro Alves
2016-04-08value: Make accessor methods' parameters const-correctMartin Galvan
2016-04-06Eliminate -var-create error for optzd ptr to structDon Breazeal
2016-03-292016-03-29 Don Breazeal <donb@codesourcery.com>Don Breazeal
2016-02-01gdb: New set/show max-value-size command.Andrew Burgess
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi
2015-07-28Introduce get_value_archSimon Marchi
2015-07-28Update comments in struct value for non-8-bits architecturesSimon Marchi
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-07-06Cleanup value_fetch_lazy's comment and return valueSimon Marchi
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra
2015-05-05Add valaddr support in dynamic property resolution.Joel Brobecker
2015-04-29PR python/18285Doug Evans
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra
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