aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-2/+2
2021-01-28gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner}Simon Marchi1-3/+4
2021-01-22gdb: remove TYPE_OBJFILE macroSimon Marchi1-3/+3
2021-01-08gdb: user variables with components of dynamic typeAndrew Burgess1-2/+35
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-15Introduce expression::first_opcodeTom Tromey1-1/+1
2020-12-04Constify value_internal_function_nameTom Tromey1-1/+1
2020-11-23Make function fixed_point_scaling_factor a method of struct typeJoel Brobecker1-1/+1
2020-11-23Make fixed_point_type_base_type a method of struct typeJoel Brobecker1-1/+1
2020-11-23gmp-utils: Convert the read/write methods to using gdb::array_viewJoel Brobecker1-1/+2
2020-11-15Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker1-0/+14
2020-11-10Make internalvar_name return a const char *Tom Tromey1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-40/+40
2020-09-23Handle bit offset and bit size in base typesTom Tromey1-3/+34
2020-09-17Use htab_up in type copyingTom Tromey1-7/+4
2020-09-16gdb: Convert language_data::string_lower_bound to a methodAndrew Burgess1-1/+4
2020-09-16gdb: Convert language_data::c_style_arrays to a methodAndrew Burgess1-1/+1
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-2/+2
2020-08-12Fix malloc allocation size sanity checkLuis Machado1-5/+5
2020-07-25gdb/fortran: resolve dynamic types when readjusting after an indirectionAndrew Burgess1-7/+16
2020-07-12gdb: remove TYPE_RANGE_DATA macroSimon Marchi1-2/+2
2020-07-10Fix crash if connection drops in scoped_restore_current_thread's ctor, part 1Pedro Alves1-1/+12
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-6/+6
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-22/+22
2020-05-07gdb: make remove_dyn_prop a method of struct typeSimon Marchi1-1/+1
2020-04-24Prefer existing data when evaluating DWARF expressionTom Tromey1-1/+4
2020-04-24Add new variant part codeTom Tromey1-17/+3
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-1/+1
2020-04-01Add accessors for members of complex numbersTom Tromey1-3/+2
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