aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-23Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner1-1/+1
2018-07-30Remove old lint codeTom Tromey1-1/+0
2018-07-22Remove unused declaration from value.cTom Tromey1-1/+0
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-06-02Split value_fetch_lazySimon Marchi1-141/+162
2018-05-25Clear entire "location" in value constructorTom Tromey1-2/+1
2018-05-17value.c: Remove unused variablesSimon Marchi1-6/+0
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-04-30Use new_reference for struct valueTom Tromey1-6/+4
2018-04-09Add selftests for range_contains and insert_into_bit_range_vectorSimon Marchi1-0/+155
2018-04-06Change value::contents to be a unique_xmalloc_ptrTom Tromey1-12/+11
2018-04-06Remove range_s VECTom Tromey1-107/+100
2018-04-06Change value::parent to a value_ref_ptrTom Tromey1-15/+5
2018-04-06Use new and delete for valuesTom Tromey1-48/+50
2018-04-06Remove value::next and value::releasedTom Tromey1-68/+27
2018-04-06Remove free_value_chainTom Tromey1-23/+14
2018-04-06Remove free_all_valuesTom Tromey1-20/+0
2018-04-06Change value history to use value_ref_ptrTom Tromey1-54/+12
2018-04-06Change breakpoints to use value_ref_ptrTom Tromey1-0/+3
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-37/+31
2018-02-26Sign-extend non-bit-fields in unpack_bits_as_longTom Tromey1-3/+7
2018-02-07Fix type of values representing optimized out static membersSimon Marchi1-5/+3
2018-01-07C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi1-17/+13
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-24Change value_contents_eq return boolYao Qi1-5/+5
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