aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
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-12Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++Pedro Alves
2017-03-20Add rvalue references to overloading resolutionArtemiy Volkov
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-09-06Add gdbarch callback to provide formats for debug info float typesUlrich Weigand
2016-09-06Remove TYPE_NOSIGN "char" hackUlrich Weigand
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-09-06Fix TYPE_SPECIFIC_FIELD for types created via arch_typeUlrich Weigand
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-06-13Fix compile time warning about a redundant comparison in an assertion statement.Nick Clifton
2016-06-10Constify arch_type and friendsTom Tromey
2016-05-07remove trivialy unused variablesTrevor Saunders
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-03-09Assert that a floating type's length is at least as long as its formatPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-21Minor reformatting fix in gdbtypes.c::create_array_type_with_strideJoel 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-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-02Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka
2015-09-02Update documentation of function copy_type_recursivePatrick Palka
2015-08-29Revert "Use gdbarch obstack to allocate the TYPE_NAME string in arch_type"Patrick Palka
2015-08-29Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka
2015-08-29Use gdbarch obstack to allocate types in alloc_type_archPatrick Palka
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-28Update comment for struct type's length field, introduce type_length_unitsSimon Marchi
2015-07-23gdb/gdbtypes: fix handling of typedef layers between array typesPierre-Marie de Rodat
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-05-05preserve the bit stride when resolving an array type.Joel Brobecker
2015-04-27[Ada] Cache all static structures and reset cache during resolutionPierre-Marie de Rodat
2015-04-24Fix printing for GNAT stuff for types that do not have descr. typesPierre-Marie de Rodat
2015-04-20Revert "Do not consider reference types as dynamic"Pierre-Marie de Rodat
2015-04-20Revert "gdbtypes.c: remove the usuned "top_level" parameter"Pierre-Marie de Rodat
2015-04-03gdbtypes.c: remove the usuned "top_level" parameterPierre-Marie de Rodat
2015-04-03Do not consider reference types as dynamicPierre-Marie de Rodat
2015-03-24Do not make "prop" field of struct dynamic_prop_list a pointer.Joel Brobecker