aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-typeprint.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-14gdb: remove TYPE_INSTANCE_FLAGSSimon Marchi1-1/+1
2020-09-14Rename address_space_int_to_name/address_space_name_to_intPedro Alves1-2/+3
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-2/+2
2020-09-14gdb: remove TYPE_VARARGSSimon Marchi1-3/+3
2020-09-14gdb: remove TYPE_PROTOTYPEDSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_STUBSimon Marchi1-2/+2
2020-07-12gdb: make type::bounds work for array and string typesSimon Marchi1-2/+2
2020-07-12gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KINDSimon Marchi1-2/+2
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-6/+6
2020-06-08gdb: add field::type / field::set_typeSimon Marchi1-3/+3
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi1-2/+2
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_FIELDS macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-11/+11
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-28/+28
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-15/+15
2020-05-08Speed up psymbol reading by removing a copyTom Tromey1-2/+2
2020-03-14Add C parser support for "restrict" and "_Atomic"Tom Tromey1-11/+16
2020-02-22Style field names in "print"Tom Tromey1-2/+3
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