aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-14gdb: Don't leak memory with TYPE_ALLOC / TYPE_ZALLOCAndrew Burgess1-5/+16
2018-09-08gdb: Add builtin types for 24 bit integers.John Darrington1-0/+4
2018-06-14type alignment: Use type_length_unitsSimon Marchi1-1/+1
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-17/+8
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-23/+6
2018-05-29Remove a VEC from type.cTom Tromey1-75/+64
2018-05-23Remove symfile_complaintsTom Tromey1-1/+1
2018-05-04Fix "fall through" commentsTom Tromey1-3/+3
2018-04-30Add initial type alignment supportTom Tromey1-0/+122
2018-04-26Calling ifunc functions when target has no debug info but resolver hasPedro Alves1-4/+0
2018-02-16New class allocate_on_obstackYao Qi1-7/+11
2018-01-31internal-error using '@' (repeat) operator on array of dynamic objectsJoel Brobecker1-4/+9
2018-01-24Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276....Pedro Alves1-2/+39
2018-01-17Remove objfile argument from add_dyn_propTom Tromey1-4/+4
2018-01-01Add support for dynamic DW_AT_byte_stride.Joel Brobecker1-8/+72
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand1-0/+10
2017-10-05Clean up includes of doublest.h and floatformat.hUlrich Weigand1-0/+1
2017-09-27Simplify floatformat_from_typeUlrich Weigand1-30/+26
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand1-29/+30
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Stop assuming no-debug-info variables have type intPedro Alves1-6/+13
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-3/+3
2017-09-04Fix calling prototyped functions via function pointersPedro Alves1-0/+2
2017-07-04Garbage collect TYPE_STATIC and several TYPE_FN_FIELD_xPedro Alves1-4/+0
2017-04-27Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz1-50/+56
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves1-0/+3
2017-04-12Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++Pedro Alves1-3/+2
2017-03-20Add rvalue references to overloading resolutionArtemiy Volkov1-3/+55
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-2/+3
2017-03-20Change {lookup,make}_reference_type APIArtemiy Volkov1-9/+33
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-2/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
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