summaryrefslogtreecommitdiff
path: root/gdb/value.c
Commit message (Expand)AuthorAgeFilesLines
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* gdb: Add $_cimag and $_creal internal functionsAndrew Burgess2019-04-011-0/+52
* Destroy allocated values when exiting GDBSergio Durigan Junior2019-04-011-0/+8
* gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess2019-03-071-0/+13
* Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::releaseTom Tromey2019-03-051-5/+5
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* invoke_xmethod & array_viewPedro Alves2018-11-211-7/+6
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-1/+1
* Remove old lint codeTom Tromey2018-07-301-1/+0
* Remove unused declaration from value.cTom Tromey2018-07-221-1/+0
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Split value_fetch_lazySimon Marchi2018-06-021-141/+162
* Clear entire "location" in value constructorTom Tromey2018-05-251-2/+1
* 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