aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-5/+7
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-06Assert on lval_registerYao Qi1-0/+2
2016-11-28Restrict checking value.lval on using addressYao Qi1-11/+6
2016-11-28Adjust Value.location for lval_registerYao Qi1-27/+17
2016-11-22Use VALUE_NEXT_FRAME_ID in value_from_componentYao Qi1-1/+1
2016-11-21Create subobject value in pretty printerYao Qi1-0/+25
2016-11-16Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner1-18/+29
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-6/+2
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-12/+14
2016-08-09Fix PR gdb/20295: GDB segfaults printing bitfield member of optimized out valuePedro Alves1-8/+15
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-58/+64
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