aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-11-07Remove cmd_cfunc_ftypeTom Tromey1-5/+1
2017-11-07Constify add_comTom Tromey1-1/+1
2017-11-07Add set_repeat_arguments functionTom Tromey1-4/+1
2017-11-06Target FP: Remove unused floating-point routinesUlrich Weigand1-83/+0
2017-11-06Target FP: Add conversion routines to target-float.{c,h}Ulrich Weigand1-3/+11
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand1-19/+17
2017-10-11Constify add_prefix_cmdTom Tromey1-1/+1
2017-10-05Clean up some DFP interfacesUlrich Weigand1-3/+1
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand1-0/+1
2017-09-27Constify show_convenienceTom Tromey1-3/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-4/+0
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-10/+7
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