aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
AgeCommit message (Expand)Author
2017-07-04Garbage collect TYPE_STATIC and several TYPE_FN_FIELD_xPedro Alves
2017-04-27Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves
2017-04-04Make sect_offset and cu_offset strong typedefs instead of structsPedro Alves
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov
2017-03-20Add definitions for rvalue reference typesArtemiy Volkov
2017-02-20DWARF-5: call sitesJan Kratochvil
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-06Remove Java supportTom Tromey
2016-09-06Remove obsolete TYPE_FLAG_... valuesUlrich Weigand
2016-09-06Unify init_type and arch_type interface and helpersUlrich Weigand
2016-09-06Add some missing arch_..._type helpersUlrich Weigand
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-06-10Constify arch_type and friendsTom Tromey
2016-04-26fort_dyn_array: Enable dynamic member types inside a structure.Bernhard Heckel
2016-03-15Extend flags to support multibit and enum bitfields.Doug Evans
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-21fort_dyn_array: add basic fortran dyn array supportKeven Boell
2015-10-09make is_scalar_type non-static and use it in ada-lang.cJoel Brobecker
2015-10-09Change some void* to gdb_byte*Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-07-28Update comment for struct type's length field, introduce type_length_unitsSimon Marchi
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-05-15Array indexed by non-contiguous enumeration typesJerome Guitton
2015-05-05Add valaddr support in dynamic property resolution.Joel Brobecker
2015-04-28* gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.Doug Evans
2015-03-24Do not make "prop" field of struct dynamic_prop_list a pointer.Joel Brobecker
2015-03-24GDB: rename DYN_ATTR_DATA_LOCATION into DYN_PROP_DATA_LOCATION.Joel Brobecker
2015-03-20[gdb/DWARF] Introduce linked list for dynamic attributesKeven Boell
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey
2015-02-09GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.Mark Wielaard
2015-01-31Move vptr_{fieldno,basetype} out of main_type, and update everything accordin...Doug Evans
2015-01-31Move TYPE_SELF_TYPE into new field type_specific.Doug Evans
2015-01-31gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans
2015-01-29gdb/DWARF: Support for arrays whose bound is a discriminant.Joel Brobecker
2015-01-24gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.Doug Evans
2015-01-23Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally.Mark Wielaard
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-12add make_unqualified_typeTom Tromey
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans
2014-08-18Add support for DW_AT_data_location.Joel Brobecker
2014-07-21Remove Chill from commentsYao Qi
2014-06-03Add xmethod interface to the extension language API.Siva Chandra
2014-04-17Automatic link generation by doxygenYao Qi
2014-04-16Remove unused and incorrect macro TYPE_FN_FIELDS.Siva Chandra
2014-04-14implement support for "enum class"Tom Tromey
2014-04-14vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic
2014-04-14vla: support for DW_AT_countSanimir Agovic
2014-04-14type: add c99 variable length array supportSanimir Agovic