aboutsummaryrefslogtreecommitdiff
path: root/gdb/typeprint.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-3/+5
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-2/+2
2019-08-06Use obstack_strdup moreTom Tromey1-3/+2
2019-06-11Remove trailing newlines from help textTom Tromey1-1/+1
2019-05-08Change ptype/o to print bit offsetTom Tromey1-23/+7
2019-05-08Fix ptype/o comment formattingTom Tromey1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-29Allow really large fortran array bounds: TYPE_LENGTH to ULONGESTKeith Seitz1-3/+4
2019-03-05Remove excess calls to gdb_flushTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-20[PUSHED/OBVIOUS] ensure help set print type gives the correct help.Philippe Waroquiers1-1/+1
2018-06-26Support ptype/o in RustTom Tromey1-1/+2
2018-06-26Move ptype/o printing code to typeprint.cTom Tromey1-0/+124
2018-03-27C++-ify typedef hashTom Tromey1-116/+40
2018-01-22Fix segfault with 'set print object on' + 'whatis <struct>' & coPedro Alves1-1/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-15Fix ARI warning on gdb/typeprint.c:whatis_expSergio Durigan Junior1-3/+3
2017-12-15Implement pahole-like 'ptype /o' optionSergio Durigan Junior1-1/+23
2017-12-07Record nested typesKeith Seitz1-12/+59
2017-11-07Constify add_setshow_*Tom Tromey1-2/+4