summaryrefslogtreecommitdiff
path: root/gdb/c-typeprint.c
Commit message (Expand)AuthorAgeFilesLines
* [PR gdb/22640] ptype: add option to use hexadecimal notationLancelot SIX2021-04-251-4/+4
* Fix ptype/o bug with "<no data fields>"Tom Tromey2021-04-221-4/+3
* gdb: remove TYPE_DECLARED_CLASSSimon Marchi2021-04-011-4/+4
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove printfi_filtered and fprintfi_filteredTom Tromey2020-12-171-14/+16
* Add ptype support for DWARF-based fixed-point typesJoel Brobecker2020-11-151-0/+6
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-11/+11
* gdb: remove TYPE_INSTANCE_FLAGSSimon Marchi2020-09-141-1/+1
* Rename address_space_int_to_name/address_space_name_to_intPedro Alves2020-09-141-2/+3
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-2/+2
* gdb: remove TYPE_VARARGSSimon Marchi2020-09-141-3/+3
* gdb: remove TYPE_PROTOTYPEDSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_STUBSimon Marchi2020-09-141-2/+2
* gdb: make type::bounds work for array and string typesSimon Marchi2020-07-121-2/+2
* gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KINDSimon Marchi2020-07-121-2/+2
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-6/+6
* gdb: add field::type / field::set_typeSimon Marchi2020-06-081-3/+3
* gdb: remove TYPE_INDEX_TYPE macroSimon Marchi2020-06-081-2/+2
* 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