summaryrefslogtreecommitdiff
path: root/gdb/c-typeprint.c
Commit message (Expand)AuthorAgeFilesLines
* the patchusers/tromey/sort-includesTom Tromey2019-03-301-11/+17
* Use function_name_style to print Ada and C function namesPhilippe Waroquiers2019-02-121-2/+6
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix PR c++/23373: GDB hangs when printing a struct with a static member of it...Sergio Durigan Junior2018-07-111-1/+1
* Move ptype/o printing code to typeprint.cTom Tromey2018-06-261-156/+4
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-6/+5
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-15/+33
* Thread language through c_type_print_argsTom Tromey2018-06-011-39/+75
* Make c_type_print_varspec_suffix staticTom Tromey2018-06-011-1/+5
* Show padding in ptype/o outputTom Tromey2018-05-181-22/+40
* C++-ify typedef hashTom Tromey2018-03-271-19/+22
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Implement pahole-like 'ptype /o' optionSergio Durigan Junior2017-12-151-65/+326
* Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'Sergio Durigan Junior2017-12-151-434/+403
* Record nested typesKeith Seitz2017-12-071-1/+21
* Use unique_xmalloc_ptr in c_type_print_baseTom Tromey2017-11-041-10/+3
* Record and output access specifiers for nested typedefsKeith Seitz2017-10-161-59/+90
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-2/+8
* Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves2017-07-171-1/+1
* Implement printing of rvalue reference types and valuesArtemiy Volkov2017-03-201-4/+6
* c++/8218: Destructors w/arguments.Keith Seitz2017-03-101-2/+10
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use ui_file_as_string throughout morePedro Alves2016-11-081-3/+2
* Remove Java supportTom Tromey2016-10-061-8/+3
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-5/+6
* Extend flags to support multibit and enum bitfields.Doug Evans2016-03-151-0/+50
* Fix GCC6 -Wmisleading-indentation issues.Mark Wielaard2016-01-261-21/+21
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-3/+3
* New common function "startswith"Gary Benson2015-03-061-5/+5
* GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.Mark Wielaard2015-02-091-0/+11
* gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans2015-01-311-4/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Move errno.h to common-defs.hGary Benson2014-08-071-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* implement support for "enum class"Tom Tromey2014-04-141-0/+19
* vla: print "variable length" for unresolved dynamic boundsSanimir Agovic2014-04-141-1/+5
* Revert the entire VLA series.Joel Brobecker2014-04-111-5/+1
* vla: print "variable length" for unresolved dynamic boundsSanimir Agovic2014-04-111-1/+5
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* PR c++/11990:Tom Tromey2013-04-151-2/+2
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-5/+1
* PR symtab/14442:Tom Tromey2013-01-141-0/+11
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* Partial fix for PR c++/14160:Tom Tromey2012-12-141-1/+2
* * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: RemoveTom Tromey2012-11-211-6/+0
* * c-typeprint.c (find_typedef_for_canonicalize,Tom Tromey2012-11-121-233/+384
* * NEWS: Update.Tom Tromey2012-11-121-1/+3