summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add casts to memory allocation related callsSimon Marchi2015-09-251-15/+20
* Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka2015-09-021-1/+1
* Update documentation of function copy_type_recursivePatrick Palka2015-09-021-3/+3
* Revert "Use gdbarch obstack to allocate the TYPE_NAME string in arch_type"Patrick Palka2015-08-291-1/+1
* Use gdbarch obstack to allocate the TYPE_NAME string in arch_typePatrick Palka2015-08-291-1/+1
* Use gdbarch obstack to allocate types in alloc_type_archPatrick Palka2015-08-291-3/+3
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-5/+3
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-3/+4
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-7/+7
* Update comment for struct type's length field, introduce type_length_unitsSimon Marchi2015-07-281-0/+11
* gdb/gdbtypes: fix handling of typedef layers between array typesPierre-Marie de Rodat2015-07-231-1/+1
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-21/+21
* Array indexed by non-contiguous enumeration typesJerome Guitton2015-05-151-0/+39
* Add valaddr support in dynamic property resolution.Joel Brobecker2015-05-051-3/+10