summaryrefslogtreecommitdiff
path: root/gdb/value.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-24Change value_contents_eq return boolYao Qi
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Remove cmd_cfunc_ftypeTom Tromey
2017-11-07Constify add_comTom Tromey
2017-11-07Add set_repeat_arguments functionTom Tromey
2017-11-06Target FP: Remove unused floating-point routinesUlrich Weigand
2017-11-06Target FP: Add conversion routines to target-float.{c,h}Ulrich Weigand
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-05Clean up some DFP interfacesUlrich Weigand
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand
2017-09-27Constify show_convenienceTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
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