summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
Commit message (Expand)AuthorAgeFilesLines
* type alignment: Use type_length_unitsSimon Marchi2018-06-141-1/+1
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-17/+8
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-23/+6
* Remove a VEC from type.cTom Tromey2018-05-291-75/+64
* Remove symfile_complaintsTom Tromey2018-05-231-1/+1
* Fix "fall through" commentsTom Tromey2018-05-041-3/+3
* Add initial type alignment supportTom Tromey2018-04-301-0/+122
* Calling ifunc functions when target has no debug info but resolver hasPedro Alves2018-04-261-4/+0
* New class allocate_on_obstackYao Qi2018-02-161-7/+11
* internal-error using '@' (repeat) operator on array of dynamic objectsJoel Brobecker2018-01-311-4/+9
* Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-prettyprinters/80276....Pedro Alves2018-01-241-2/+39
* Remove objfile argument from add_dyn_propTom Tromey2018-01-171-4/+4
* Add support for dynamic DW_AT_byte_stride.Joel Brobecker2018-01-011-8/+72
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Target FP: Introduce target-float.{c,h}Ulrich Weigand2017-11-061-0/+10
* Clean up includes of doublest.h and floatformat.hUlrich Weigand2017-10-051-0/+1
* Simplify floatformat_from_typeUlrich Weigand2017-09-271-30/+26
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-29/+30
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Stop assuming no-debug-info variables have type intPedro Alves2017-09-041-6/+13
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-3/+3
* Fix calling prototyped functions via function pointersPedro Alves2017-09-041-0/+2
* Garbage collect TYPE_STATIC and several TYPE_FN_FIELD_xPedro Alves2017-07-041-4/+0
* Fix overload resolution involving rvalue references and cv qualifiers.Keith Seitz2017-04-271-50/+56
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+3
* Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++Pedro Alves2017-04-121-3/+2
* Add rvalue references to overloading resolutionArtemiy Volkov2017-03-201-3/+55
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-2/+3
* Change {lookup,make}_reference_type APIArtemiy Volkov2017-03-201-9/+33
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-2/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-7/+5
* Add gdbarch callback to provide formats for debug info float typesUlrich Weigand2016-09-061-12/+7
* Remove TYPE_NOSIGN "char" hackUlrich Weigand2016-09-061-7/+2
* Remove obsolete TYPE_FLAG_... valuesUlrich Weigand2016-09-061-18/+18
* Unify init_type and arch_type interface and helpersUlrich Weigand2016-09-061-121/+190
* Add some missing arch_..._type helpersUlrich Weigand2016-09-061-3/+32
* Fix TYPE_SPECIFIC_FIELD for types created via arch_typeUlrich Weigand2016-09-061-16/+26
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-2/+2
* Fix compile time warning about a redundant comparison in an assertion statement.Nick Clifton2016-06-131-1/+1
* Constify arch_type and friendsTom Tromey2016-06-101-13/+15
* remove trivialy unused variablesTrevor Saunders2016-05-071-3/+0
* fort_dyn_array: Enable dynamic member types inside a structure.Bernhard Heckel2016-04-261-3/+41
* Extend flags to support multibit and enum bitfields.Doug Evans2016-03-151-16/+33
* Assert that a floating type's length is at least as long as its formatPedro Alves2016-03-091-0/+9
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Minor reformatting fix in gdbtypes.c::create_array_type_with_strideJoel Brobecker2015-12-211-2/+2
* fort_dyn_array: add basic fortran dyn array supportKeven Boell2015-10-211-4/+53
* make is_scalar_type non-static and use it in ada-lang.cJoel Brobecker2015-10-091-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-4/+5