aboutsummaryrefslogtreecommitdiff
path: root/gdb/typeprint.c
AgeCommit message (Expand)AuthorFilesLines
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-1/+1
2023-05-01Remove evaluate_typeTom Tromey1-2/+2
2023-05-01Replace field_is_static with a methodTom Tromey1-1/+1
2023-04-06Use unique_xmalloc_ptr in apply_ext_lang_type_printersTom Tromey1-8/+5
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-2/+2
2023-02-13Turn value_type into methodTom Tromey1-3/+3
2023-01-12Disable ptype/o for dynamic typesTom Tromey1-0/+6
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-09Allow 'ptype/o' for assemblyTom Tromey1-3/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-6/+6
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-3/+3
2022-03-29Rename print_spaces_filteredTom Tromey1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-35/+35
2022-03-29Unify gdb puts functionsTom Tromey1-4/+4
2022-03-04gdb: Use a typedef's scoped type name to identify local typedefsChristina Schimpe1-2/+1
2022-02-14Remove LA_PRINT_CHARTom Tromey1-1/+1
2022-02-14Remove LA_PRINT_TYPETom Tromey1-2/+3
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-1/+1
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-1/+1
2022-01-26gdb: add string_file::release methodSimon Marchi1-1/+1
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-1/+1
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-10-29gdb: remove TYPE_FIELD_ENUMVALSimon Marchi1-1/+1
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi1-1/+1
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-6/+5
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi1-1/+1
2021-09-23Change pointer_type to a method of struct typeTom Tromey1-1/+1
2021-09-23Style the "XXX" text in ptype/oTom Tromey1-4/+10
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-4/+2
2021-04-25[PR gdb/22640] ptype: add option to use hexadecimal notationLancelot SIX1-11/+72
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-15Introduce expression::first_opcodeTom Tromey1-1/+1
2020-12-14Do not manually dissect OP_TYPE operationsTom Tromey1-28/+8
2020-11-23Add TYPE_CODE_FIXED_POINT handling in print_type_scalarJoel Brobecker1-0/+4
2020-11-23Make function fixed_point_scaling_factor a method of struct typeJoel Brobecker1-1/+1
2020-11-23change and rename gmp_string_asprintf to return an std::stringJoel Brobecker1-3/+2
2020-11-15Add ptype support for DWARF-based fixed-point typesJoel Brobecker1-0/+12
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-2/+2
2020-10-23gdb: remove LA_PRINT_TYPEDEF macroAndrew Burgess1-1/+1
2020-09-17Use htab_up in typedef_hash_tableTom Tromey1-18/+11
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-1/+1
2020-06-23gdb: Convert language la_print_typedef field to a methodAndrew Burgess1-9/+0
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-1/+1
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-8/+8
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-20/+8