aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-valprint.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02gdb: Make the builtin "boolean" type an unsigned typeShahab Vahedi1-0/+68
2021-05-14gdb: fix pretty printing max depth behaviourKent Cheung1-8/+2
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-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-8/+8
2020-09-16gdb: Convert la_struct_too_deep_ellipsis to a methodAndrew Burgess1-2/+2
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-5/+5
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-4/+4
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-2/+2
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-4/+4
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-8/+8
2020-03-13Remove val_printTom Tromey1-511/+3
2020-03-13Change extension language pretty-printers to use value APITom Tromey1-13/+15
2020-03-13Introduce cp_print_valueTom Tromey1-4/+164
2020-03-13Introduce cp_print_value_fields and c_value_print_structTom Tromey1-1/+278
2020-03-13Use common_val_print in cp-valprint.cTom Tromey1-5/+1
2020-02-22Style field names in "print"Tom Tromey1-6/+12
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-12-04Use metadata style in a few more placesTom Tromey1-6/+6
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-1/+1
2019-10-07Move declaration of vtbl_ptr_name to the header.Christian Biesinger1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-8/+11
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-27Fix two buglets in cp_print_value_fields patchTom Tromey1-1/+1
2019-06-13Make "print" and "compile print" support -OPT optionsPedro Alves1-57/+0
2019-05-29Fix crash in cp_print_value_fieldsTom Tromey1-7/+5
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess1-31/+49
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-04-06Revert the header-sorting patchTom Tromey1-14/+12
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-12/+14
2019-03-26gdb: Avoid trailing whitespace when pretty printingAndrew Burgess1-2/+6
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-04Simple -Wshadow=local fixesTom Tromey1-1/+1
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-3/+3
2018-04-02Fix infinite recursion when printing static member with typedefWeimin Pan1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-26Fix broken recursion detection when printing static membersPatrick Frants1-7/+3
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-03Use containers to avoid cleanupsTom Tromey1-8/+4
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi1-5/+1
2016-11-11Remove parameter valaddr from c print functionsYao Qi1-7/+9
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-7/+6
2016-10-06gdb: Remove some C compiler support leftoversPedro Alves1-1/+1