summaryrefslogtreecommitdiff
path: root/gdb/value.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-22/+22
* gdb: make remove_dyn_prop a method of struct typeSimon Marchi2020-05-071-1/+1
* Prefer existing data when evaluating DWARF expressionTom Tromey2020-04-241-1/+4
* Add new variant part codeTom Tromey2020-04-241-17/+3
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* Add accessors for members of complex numbersTom Tromey2020-04-011-3/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove gdbarch_bits_big_endianTom Tromey2019-12-041-4/+4
* Fix creal_internal_fn commentTom Tromey2019-11-281-1/+1
* Let commands free "name"Tom Tromey2019-11-261-15/+6
* Add add_internal_function overloadTom Tromey2019-11-261-9/+28
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-6/+6
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Introduce metadata styleTom Tromey2019-10-011-1/+3
* Handle biased typesTom Tromey2019-09-031-5/+13
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Replace uses of concat with xstrdupTom Tromey2019-06-161-1/+1
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-5/+1
* 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