summaryrefslogtreecommitdiff
path: root/gdb/value.c
AgeCommit message (Expand)Author
2018-06-07target_stack -> current_top_target() throughoutPedro Alves
2018-06-02Split value_fetch_lazySimon Marchi
2018-05-25Clear entire "location" in value constructorTom Tromey
2018-05-17value.c: Remove unused variablesSimon Marchi
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-04-30Use new_reference for struct valueTom Tromey
2018-04-09Add selftests for range_contains and insert_into_bit_range_vectorSimon Marchi
2018-04-06Change value::contents to be a unique_xmalloc_ptrTom Tromey
2018-04-06Remove range_s VECTom Tromey
2018-04-06Change value::parent to a value_ref_ptrTom Tromey
2018-04-06Use new and delete for valuesTom Tromey
2018-04-06Remove value::next and value::releasedTom Tromey
2018-04-06Remove free_value_chainTom Tromey
2018-04-06Remove free_all_valuesTom Tromey
2018-04-06Change value history to use value_ref_ptrTom Tromey
2018-04-06Change breakpoints to use value_ref_ptrTom Tromey
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey
2018-02-26Sign-extend non-bit-fields in unpack_bits_as_longTom Tromey
2018-02-07Fix type of values representing optimized out static membersSimon Marchi
2018-01-07C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi
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