aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-20Revert "Do not consider reference types as dynamic"Pierre-Marie de Rodat1-0/+19
2015-04-20Revert "gdbtypes.c: remove the usuned "top_level" parameter"Pierre-Marie de Rodat1-14/+16
2015-04-03gdbtypes.c: remove the usuned "top_level" parameterPierre-Marie de Rodat1-16/+14
2015-04-03Do not consider reference types as dynamicPierre-Marie de Rodat1-19/+0
2015-03-24Do not make "prop" field of struct dynamic_prop_list a pointer.Joel Brobecker1-4/+3
2015-03-20[gdb/DWARF] Introduce linked list for dynamic attributesKeven Boell1-21/+74
2015-03-07more making TRY/CATCH callers look more like real C++ try/catch blocksPedro Alves1-10/+14
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-8/+12
2015-03-06New common function "startswith"Gary Benson1-2/+2
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-16/+16
2015-02-26Add missing CHECK_TYPEDEF calls to recent vptr_{fieldno,basetype} cleanup.Doug Evans1-0/+4
2015-02-10internal_type_self_type: Handle TYPE_SPECIFIC_NONE.Doug Evans1-0/+4
2015-02-09GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.Mark Wielaard1-0/+15
2015-01-31Move vptr_{fieldno,basetype} out of main_type, and update everything accordin...Doug Evans1-19/+63
2015-01-31Move TYPE_SELF_TYPE into new field type_specific.Doug Evans1-15/+76
2015-01-31gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans1-5/+5
2015-01-31gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD kinds.Doug Evans1-6/+23
2015-01-29gdb/DWARF: Support for arrays whose bound is a discriminant.Joel Brobecker1-34/+55
2015-01-29gdb/DWARF: dynamic subrange type of dynamic subrange type.Joel Brobecker1-3/+14
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-5/+2
2014-12-18language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b...Doug Evans1-1/+1
2014-12-13Fix 7.8 regression: resolve_dynamic_struct: Assertion `TYPE_NFIELDS (type) > ...Jan Kratochvil1-24/+30
2014-12-12add make_unqualified_typeTom Tromey1-0/+13
2014-11-28Enable chained function calls in C++ expressions.Siva Chandra1-0/+9
2014-11-24Reindent code (resolve_dynamic_type_internal).Jan Kratochvil1-20/+20
2014-11-23Fix dumping of function arguments.Doug Evans1-7/+9
2014-11-21Handling of empty Ada ranges with a negative upper bound.Joel Brobecker1-0/+7
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-1/+0
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-18Add support for DW_AT_data_location.Joel Brobecker1-0/+39
2014-08-18Add support for DW_OP_push_object_address.Joel Brobecker1-10/+10
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-08-01Handle variable-sized fields in the interior of structure typeJoel Brobecker1-23/+31
2014-07-14fix PR 17106Tom Tromey1-15/+41
2014-06-10gdbtypes.resolve_dynamic_range: Add function description.Joel Brobecker1-0/+3
2014-06-04handle VLA in a struct or unionTom Tromey1-0/+111
2014-06-04minor cleanups in is_dynamic_typeTom Tromey1-7/+3
2014-06-03Add xmethod interface to the extension language API.Siva Chandra1-0/+4
2014-05-19fix two latent type errorsTom Tromey1-1/+1
2014-04-30Remove unused arguments to few functions in dwarf2loc.c and gdbtypes.c.Siva Chandra1-8/+8
2014-04-28Enhance dwarfread.c::resolve_dynamic_type to resolve dynamic rangesJoel Brobecker1-46/+67
2014-04-14implement support for "enum class"Tom Tromey1-0/+6
2014-04-14vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic1-0/+1
2014-04-14vla: support for DW_AT_countSanimir Agovic1-0/+4
2014-04-14type: add c99 variable length array supportSanimir Agovic1-54/+166
2014-04-11Revert the entire VLA series.Joel Brobecker1-160/+54
2014-04-11vla: evaluate operand of sizeof if its type is a vlaSanimir Agovic1-0/+1
2014-04-11vla: support for DW_AT_countSanimir Agovic1-0/+4