aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-21C++ify badness_vector, fix leaksPedro Alves1-11/+6
2018-11-21invoke_xmethod & array_viewPedro Alves1-2/+3
2018-10-03Use unsigned as base type for some enumsTom Tromey1-1/+1
2018-09-14gdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOCAndrew Burgess1-16/+21
2018-09-08gdb: Add builtin types for 24 bit integers.John Darrington1-0/+2
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-3/+1
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-18/+3
2018-05-29Remove a VEC from type.cTom Tromey1-2/+2
2018-04-30Add initial type alignment supportTom Tromey1-1/+33
2018-02-26Initial support for variant partsTom Tromey1-0/+51
2018-02-23dwarf: Make sect_offset 64-bitsSimon Marchi1-1/+9
2018-01-24Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276....Pedro Alves1-0/+20
2018-01-17Remove objfile argument from add_dyn_propTom Tromey1-3/+2
2018-01-01Add support for dynamic DW_AT_byte_stride.Joel Brobecker1-1/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-07Record nested typesKeith Seitz1-2/+24
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand1-0/+2
2017-10-16Record and output access specifiers for nested typedefsKeith Seitz1-0/+11
2017-09-27Simplify floatformat_from_typeUlrich Weigand1-5/+7
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand1-1/+1
2017-09-27Constify commands maint.c, plus maintenance_print_typeTom Tromey1-1/+1
2017-09-04Make "p S::method() const::static_var" work tooPedro Alves1-6/+9
2017-07-04Garbage collect TYPE_STATIC and several TYPE_FN_FIELD_xPedro Alves1-20/+1
2017-04-27Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz1-1/+12
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves1-0/+1
2017-04-04Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves1-10/+4
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov1-2/+6
2017-03-20Add definitions for rvalue reference typesArtemiy Volkov1-0/+12
2017-02-20DWARF-5: call sitesJan Kratochvil1-12/+10
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-06Remove Java supportTom Tromey1-5/+0
2016-09-06Remove obsolete TYPE_FLAG_... valuesUlrich Weigand1-33/+6
2016-09-06Unify init_type and arch_type interface and helpersUlrich Weigand1-2/+15
2016-09-06Add some missing arch_..._type helpersUlrich Weigand1-0/+3
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-1/+1
2016-06-10Constify arch_type and friendsTom Tromey1-13/+18
2016-04-26fort_dyn_array: Enable dynamic member types inside a structure.Bernhard Heckel1-0/+3
2016-03-15Extend flags to support multibit and enum bitfields.Doug Evans1-1/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-21fort_dyn_array: add basic fortran dyn array supportKeven Boell1-0/+18
2015-10-09make is_scalar_type non-static and use it in ada-lang.cJoel Brobecker1-0/+2
2015-10-09Change some void* to gdb_byte*Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+3
2015-07-28Update comment for struct type's length field, introduce type_length_unitsSimon Marchi1-25/+22
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-5/+0
2015-05-15Array indexed by non-contiguous enumeration typesJerome Guitton1-0/+2
2015-05-05Add valaddr support in dynamic property resolution.Joel Brobecker1-1/+3
2015-04-28* gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.Doug Evans1-2/+2
2015-03-24Do not make "prop" field of struct dynamic_prop_list a pointer.Joel Brobecker1-1/+1
2015-03-24GDB: rename DYN_ATTR_DATA_LOCATION into DYN_PROP_DATA_LOCATION.Joel Brobecker1-2/+2