summaryrefslogtreecommitdiff
path: root/gdb/value.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+3
* Remove some null checksTom Tromey2021-03-081-1/+1
* Remove union exp_elementTom Tromey2021-03-081-20/+10
* Add an expr::operation_up to struct expressionTom Tromey2021-03-081-4/+24
* Avoid crash from coerce_unspec_val_to_typeTom Tromey2021-02-091-1/+1
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-2/+2
* gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner}Simon Marchi2021-01-281-3/+4
* gdb: remove TYPE_OBJFILE macroSimon Marchi2021-01-221-3/+3
* gdb: user variables with components of dynamic typeAndrew Burgess2021-01-081-2/+35
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Introduce expression::first_opcodeTom Tromey2020-12-151-1/+1
* Constify value_internal_function_nameTom Tromey2020-12-041-1/+1
* Make function fixed_point_scaling_factor a method of struct typeJoel Brobecker2020-11-231-1/+1
* Make fixed_point_type_base_type a method of struct typeJoel Brobecker2020-11-231-1/+1
* gmp-utils: Convert the read/write methods to using gdb::array_viewJoel Brobecker2020-11-231-1/+2
* Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker2020-11-151-0/+14
* Make internalvar_name return a const char *Tom Tromey2020-11-101-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-40/+40
* Handle bit offset and bit size in base typesTom Tromey2020-09-231-3/+34
* Use htab_up in type copyingTom Tromey2020-09-171-7/+4
* gdb: Convert language_data::string_lower_bound to a methodAndrew Burgess2020-09-161-1/+4
* gdb: Convert language_data::c_style_arrays to a methodAndrew Burgess2020-09-161-1/+1
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-141-2/+2
* Fix malloc allocation size sanity checkLuis Machado2020-08-121-5/+5
* gdb/fortran: resolve dynamic types when readjusting after an indirectionAndrew Burgess2020-07-251-7/+16
* gdb: remove TYPE_RANGE_DATA macroSimon Marchi2020-07-121-2/+2
* Fix crash if connection drops in scoped_restore_current_thread's ctor, part 1Pedro Alves2020-07-101-1/+12
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-6/+6
* 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