aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-typeprint.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21Simplify C++ type-printingTom Tromey1-106/+30
2023-11-21Remove some type field accessor macrosTom Tromey1-5/+5
2023-11-21Remove some QUIT calls from need_access_label_pTom Tromey1-7/+0
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-08-31gdb: remove TYPE_FIELD_PACKEDSimon Marchi1-1/+1
2023-08-31gdb: remove TYPE_FIELD_BITSIZESimon Marchi1-4/+3
2023-08-31gdb: remove TYPE_FIELD_ARTIFICIALSimon Marchi1-2/+2
2023-08-31gdb: remove FIELD_ARTIFICIALSimon Marchi1-1/+1
2023-05-01Replace field_is_static with a methodTom Tromey1-1/+1
2023-02-15Fix "ptype INTERNAL_FUNC" (PR gdb/30105)Pedro Alves1-51/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-30[gdb/c++] Print destructor the same for gcc and clangTom de Vries1-23/+32
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-1/+1
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-24/+24
2022-05-10Always pass an explicit language down to c_type_printPedro Alves1-20/+5
2022-03-29Rename fprintf_symbol_filteredTom Tromey1-4/+4
2022-03-29Rename print_spaces_filteredTom Tromey1-7/+7
2022-03-29Unify gdb printf functionsTom Tromey1-121/+121
2022-03-29Unify gdb puts functionsTom Tromey1-17/+17
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-4/+4
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-1/+1
2022-01-26Always call the wrap_here methodTom Tromey1-8/+8
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-8/+8
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-19gdb: Print cv qualifiers if class attributes are substitutedChristina Schimpe1-0/+1
2021-10-29gdb: remove TYPE_FIELD_ENUMVALSimon Marchi1-3/+3
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi1-3/+3
2021-10-04Use unique_xmalloc_ptr<char> when demanglingTom Tromey1-21/+13
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi1-3/+3
2021-07-28gdb: fix missing space in some info variables outputAndrew Burgess1-2/+2
2021-04-25[PR gdb/22640] ptype: add option to use hexadecimal notationLancelot SIX1-4/+4
2021-04-22Fix ptype/o bug with "<no data fields>"Tom Tromey1-4/+3
2021-04-01gdb: remove TYPE_DECLARED_CLASSSimon Marchi1-4/+4
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-17Remove printfi_filtered and fprintfi_filteredTom Tromey1-14/+16
2020-11-15Add ptype support for DWARF-based fixed-point typesJoel Brobecker1-0/+6
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-11/+11
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