aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-08Use ui_file_as_string throughout morePedro Alves1-7/+5
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand1-12/+7
2016-09-06Remove TYPE_NOSIGN "char" hackUlrich Weigand1-7/+2
2016-09-06Remove obsolete TYPE_FLAG_... valuesUlrich Weigand1-18/+18
2016-09-06Unify init_type and arch_type interface and helpersUlrich Weigand1-121/+190
2016-09-06Add some missing arch_..._type helpersUlrich Weigand1-3/+32
2016-09-06Fix TYPE_SPECIFIC_FIELD for types created via arch_typeUlrich Weigand1-16/+26
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-2/+2
2016-06-13Fix compile time warning about a redundant comparison in an assertion statement.Nick Clifton1-1/+1
2016-06-10Constify arch_type and friendsTom Tromey1-13/+15
2016-05-07remove trivialy unused variablesTrevor Saunders1-3/+0
2016-04-26fort_dyn_array: Enable dynamic member types inside a structure.Bernhard Heckel1-3/+41
2016-03-15Extend flags to support multibit and enum bitfields.Doug Evans1-16/+33
2016-03-09Assert that a floating type's length is at least as long as its formatPedro Alves1-0/+9
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-21Minor reformatting fix in gdbtypes.c::create_array_type_with_strideJoel Brobecker1-2/+2
2015-10-21fort_dyn_array: add basic fortran dyn array supportKeven Boell1-4/+53
2015-10-09make is_scalar_type non-static and use it in ada-lang.cJoel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-4/+5
2015-09-25Add casts to memory allocation related callsSimon Marchi1-15/+20
2015-09-02Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka1-1/+1
2015-09-02Update documentation of function copy_type_recursivePatrick Palka1-3/+3
2015-08-29Revert "Use gdbarch obstack to allocate the TYPE_NAME string in arch_type"Patrick Palka1-1/+1
2015-08-29Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka1-1/+1
2015-08-29Use gdbarch obstack to allocate types in alloc_type_archPatrick Palka1-3/+3
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-5/+3
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-3/+4
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-7/+7
2015-07-28Update comment for struct type's length field, introduce type_length_unitsSimon Marchi1-0/+11
2015-07-23gdb/gdbtypes: fix handling of typedef layers between array typesPierre-Marie de Rodat1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-21/+21
2015-05-15Array indexed by non-contiguous enumeration typesJerome Guitton1-0/+39
2015-05-05Add valaddr support in dynamic property resolution.Joel Brobecker1-3/+10
2015-05-05preserve the bit stride when resolving an array type.Joel Brobecker1-3/+3
2015-04-27[Ada] Cache all static structures and reset cache during resolutionPierre-Marie de Rodat1-0/+4
2015-04-24Fix printing for GNAT stuff for types that do not have descr. typesPierre-Marie de Rodat1-1/+7
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