aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-04Remove gdbarch_bits_big_endianTom Tromey1-4/+4
2019-11-28Fix creal_internal_fn commentTom Tromey1-1/+1
2019-11-26Let commands free "name"Tom Tromey1-15/+6
2019-11-26Add add_internal_function overloadTom Tromey1-9/+28
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-6/+6
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-1/+3
2019-09-03Handle biased typesTom Tromey1-5/+13
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-06-16Replace uses of concat with xstrdupTom Tromey1-1/+1
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-5/+1
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-04-01gdb: Add $_cimag and $_creal internal functionsAndrew Burgess1-0/+52
2019-04-01Destroy allocated values when exiting GDBSergio Durigan Junior1-0/+8
2019-03-07gdb: Move value_from_host_double into value.c and make more use of itAndrew Burgess1-0/+13
2019-03-05Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::releaseTom Tromey1-5/+5
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21invoke_xmethod & array_viewPedro Alves1-7/+6
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