aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-20[gdb/DWARF] Introduce linked list for dynamic attributesKeven Boell1-6/+49
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey1-277/+296
2015-02-09GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.Mark Wielaard1-13/+22
2015-01-31Move vptr_{fieldno,basetype} out of main_type, and update everything accordin...Doug Evans1-23/+27
2015-01-31Move TYPE_SELF_TYPE into new field type_specific.Doug Evans1-14/+24
2015-01-31gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans1-1/+1
2015-01-29gdb/DWARF: Support for arrays whose bound is a discriminant.Joel Brobecker1-0/+1
2015-01-24gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.Doug Evans1-1/+0
2015-01-23Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally.Mark Wielaard1-2/+10
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12add make_unqualified_typeTom Tromey1-0/+2
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra1-0/+2
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-9/+0
2014-08-18Add support for DW_AT_data_location.Joel Brobecker1-0/+15
2014-07-21Remove Chill from commentsYao Qi1-4/+3
2014-06-03Add xmethod interface to the extension language API.Siva Chandra1-1/+7
2014-04-17Automatic link generation by doxygenYao Qi1-7/+8
2014-04-16Remove unused and incorrect macro TYPE_FN_FIELDS.Siva Chandra1-1/+0
2014-04-14implement support for "enum class"Tom Tromey1-2/+4
2014-04-14vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic1-0/+5
2014-04-14vla: support for DW_AT_countSanimir Agovic1-0/+5
2014-04-14type: add c99 variable length array supportSanimir Agovic1-0/+10