aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-typeprint.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-5/+4
2019-10-31gdb: Don't print a newline in language la_print_typedef methodsAndrew Burgess1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-13/+19
2019-07-22gdb: Show type summary for anonymous structures from c_print_typedefAndrew Burgess1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-13/+11
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-11/+13
2019-02-12Use function_name_style to print Ada and C function namesPhilippe Waroquiers1-2/+6
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-11Fix PR c++/23373: GDB hangs when printing a struct with a static member of it...Sergio Durigan Junior1-1/+1
2018-06-26Move ptype/o printing code to typeprint.cTom Tromey1-156/+4
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-6/+5
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-15/+33
2018-06-01Thread language through c_type_print_argsTom Tromey1-39/+75
2018-06-01Make c_type_print_varspec_suffix staticTom Tromey1-1/+5
2018-05-18Show padding in ptype/o outputTom Tromey1-22/+40
2018-03-27C++-ify typedef hashTom Tromey1-19/+22
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-15Implement pahole-like 'ptype /o' optionSergio Durigan Junior1-65/+326
2017-12-15Reorganize code to handle TYPE_CODE_{STRUCT,UNION} on 'c_type_print_base'Sergio Durigan Junior1-434/+403
2017-12-07Record nested typesKeith Seitz1-1/+21
2017-11-04Use unique_xmalloc_ptr in c_type_print_baseTom Tromey1-10/+3
2017-10-16Record and output access specifiers for nested typedefsKeith Seitz1-59/+90
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-2/+8
2017-07-17Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughoutPedro Alves1-1/+1
2017-03-20Implement printing of rvalue reference types and valuesArtemiy Volkov1-4/+6
2017-03-10c++/8218: Destructors w/arguments.Keith Seitz1-2/+10
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Use ui_file_as_string throughout morePedro Alves1-3/+2
2016-10-06Remove Java supportTom Tromey1-8/+3
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-5/+6
2016-03-15Extend flags to support multibit and enum bitfields.Doug Evans1-0/+50
2016-01-26Fix GCC6 -Wmisleading-indentation issues.Mark Wielaard1-21/+21
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-3/+3
2015-03-06New common function "startswith"Gary Benson1-5/+5
2015-02-09GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier.Mark Wielaard1-0/+11
2015-01-31gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans1-4/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-04-14implement support for "enum class"Tom Tromey1-0/+19
2014-04-14vla: print "variable length" for unresolved dynamic boundsSanimir Agovic1-1/+5
2014-04-11Revert the entire VLA series.Joel Brobecker1-5/+1
2014-04-11vla: print "variable length" for unresolved dynamic boundsSanimir Agovic1-1/+5
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-04-15 PR c++/11990:Tom Tromey1-2/+2
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-5/+1