summaryrefslogtreecommitdiff
path: root/gdb/c-typeprint.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-1/+1
* gdb: remove TYPE_FIELDS macroSimon Marchi2020-05-221-1/+1
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-11/+11
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-28/+28
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-15/+15
* Speed up psymbol reading by removing a copyTom Tromey2020-05-081-2/+2
* Add C parser support for "restrict" and "_Atomic"Tom Tromey2020-03-141-11/+16
* Style field names in "print"Tom Tromey2020-02-221-2/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-5/+4
* gdb: Don't print a newline in language la_print_typedef methodsAndrew Burgess2019-10-311-1/+1
* Introduce metadata styleTom Tromey2019-10-011-13/+19
* gdb: Show type summary for anonymous structures from c_print_typedefAndrew Burgess2019-07-221-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-13/+11
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-11/+13
* 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