summaryrefslogtreecommitdiff
path: root/gdb/cp-valprint.c
AgeCommit message (Expand)Author
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-09-16gdb: Convert la_struct_too_deep_ellipsis to a methodAndrew Burgess
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi
2020-03-13Remove val_printTom Tromey
2020-03-13Change extension language pretty-printers to use value APITom Tromey
2020-03-13Introduce cp_print_valueTom Tromey
2020-03-13Introduce cp_print_value_fields and c_value_print_structTom Tromey
2020-03-13Use common_val_print in cp-valprint.cTom Tromey
2020-02-22Style field names in "print"Tom Tromey
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-04Use metadata style in a few more placesTom Tromey
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot
2019-10-07Move declaration of vtbl_ptr_name to the header.Christian Biesinger
2019-10-01Introduce metadata styleTom Tromey
2019-07-10Don't include gdbarch.h from defs.hTom Tromey
2019-07-09Rename common to gdbsupportTom Tromey
2019-06-27Fix two buglets in cp_print_value_fields patchTom Tromey
2019-06-13Make "print" and "compile print" support -OPT optionsPedro Alves
2019-05-29Fix crash in cp_print_value_fieldsTom Tromey
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-04-08Make exceptions use std::string and be self-managingTom Tromey
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-03-26gdb: Avoid trailing whitespace when pretty printingAndrew Burgess
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-10-04Simple -Wshadow=local fixesTom Tromey
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey
2018-04-02Fix infinite recursion when printing static member with typedefWeimin Pan
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-26Fix broken recursion detection when printing static membersPatrick Frants
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-03Use containers to avoid cleanupsTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi
2016-11-11Remove parameter valaddr from c print functionsYao Qi
2016-11-08Remove parameter valaddr from la_val_printYao Qi
2016-10-06gdb: Remove some C compiler support leftoversPedro Alves
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker