aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-11Revert the entire VLA series.Joel Brobecker1-20/+0
2014-04-11vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic1-0/+5
2014-04-11vla: support for DW_AT_countSanimir Agovic1-0/+5
2014-04-11type: add c99 variable length array supportSanimir Agovic1-0/+10
2014-04-11vla: introduce new bound type abstraction adapt usesSanimir Agovic1-14/+44
2014-04-11refactoring: rename create_range_type to create_static_range_typeSanimir Agovic1-2/+2
2014-03-12Doxygenate gdbtypes.hStan Shebs1-350/+450
2014-02-26DWARF: Add array DW_AT_bit_stride and DW_AT_byte_stride supportJoel Brobecker1-0/+4
2014-02-09Add Guile as an extension language.Doug Evans1-0/+4
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-21Move types_deeply_equal from py-type.c to gdbtypes.c.Doug Evans1-0/+2
2013-10-17gdb/Yao Qi1-0/+4
2013-10-02Constification of parse_linespec and fallout:Keith Seitz1-1/+1
2013-01-21 * gdbtypes.c (init_type): Make 'name' const.Tom Tromey1-1/+1
2013-01-14 PR symtab/14442:Tom Tromey1-12/+21
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-12-14 Partial fix for PR c++/14160:Tom Tromey1-1/+6
2012-12-03 * ada-exp.y (write_object_renaming, write_var_or_type)Tom Tromey1-1/+1
2012-11-21 * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: RemoveTom Tromey1-13/+0
2012-11-12 * c-typeprint.c (find_typedef_for_canonicalize,Tom Tromey1-0/+2
2012-09-27 * gdbtypes.c (lookup_array_range_type): Expand parametersSiddhesh Poyarekar1-2/+2