summaryrefslogtreecommitdiff
path: root/gdb/value.c
Commit message (Expand)AuthorAgeFilesLines
* value.c: Remove unused variablesSimon Marchi2018-05-171-6/+0
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* Use new_reference for struct valueTom Tromey2018-04-301-6/+4
* Add selftests for range_contains and insert_into_bit_range_vectorSimon Marchi2018-04-091-0/+155
* Change value::contents to be a unique_xmalloc_ptrTom Tromey2018-04-061-12/+11
* Remove range_s VECTom Tromey2018-04-061-107/+100
* Change value::parent to a value_ref_ptrTom Tromey2018-04-061-15/+5
* Use new and delete for valuesTom Tromey2018-04-061-48/+50
* Remove value::next and value::releasedTom Tromey2018-04-061-68/+27
* Remove free_value_chainTom Tromey2018-04-061-23/+14
* Remove free_all_valuesTom Tromey2018-04-061-20/+0
* Change value history to use value_ref_ptrTom Tromey2018-04-061-54/+12
* Change breakpoints to use value_ref_ptrTom Tromey2018-04-061-0/+3
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-37/+31
* Sign-extend non-bit-fields in unpack_bits_as_longTom Tromey2018-02-261-3/+7
* Fix type of values representing optimized out static membersSimon Marchi2018-02-071-5/+3
* C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi2018-01-071-17/+13
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Change value_contents_eq return boolYao Qi2017-11-241-5/+5
* Constify add_setshow_*Tom Tromey2017-11-071-1/+1
* Remove cmd_cfunc_ftypeTom Tromey2017-11-071-5/+1
* Constify add_comTom Tromey2017-11-071-1/+1
* Add set_repeat_arguments functionTom Tromey2017-11-071-4/+1
* Target FP: Remove unused floating-point routinesUlrich Weigand2017-11-061-83/+0
* Target FP: Add conversion routines to target-float.{c,h}Ulrich Weigand2017-11-061-3/+11
* Target FP: Introduce target-float.{c,h}Ulrich Weigand2017-11-061-19/+17
* Constify add_prefix_cmdTom Tromey2017-10-111-1/+1
* Clean up some DFP interfacesUlrich Weigand2017-10-051-3/+1
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-0/+1
* Constify show_convenienceTom Tromey2017-09-271-3/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-4/+0
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-10/+7
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-5/+7
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Assert on lval_registerYao Qi2016-12-061-0/+2
* Restrict checking value.lval on using addressYao Qi2016-11-281-11/+6
* Adjust Value.location for lval_registerYao Qi2016-11-281-27/+17
* Use VALUE_NEXT_FRAME_ID in value_from_componentYao Qi2016-11-221-1/+1
* Create subobject value in pretty printerYao Qi2016-11-211-0/+25
* Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_IDKevin Buettner2016-11-161-18/+29
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-6/+2
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-12/+14
* Fix PR gdb/20295: GDB segfaults printing bitfield member of optimized out valuePedro Alves2016-08-091-8/+15
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-58/+64
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* fort_dyn_array: Enable dynamic member types inside a structure.Bernhard Heckel2016-04-261-3/+36
* Avoid implicit float <-> integer conversion warningsPedro Alves2016-04-141-2/+2
* value: Make accessor methods' parameters const-correctMartin Galvan2016-04-081-15/+15
* Eliminate -var-create error for optzd ptr to structDon Breazeal2016-04-061-2/+13
* 2016-03-29 Don Breazeal <donb@codesourcery.com>Don Breazeal2016-03-291-1/+1