aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-valprint.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-7/+8
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-2/+2
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-9/+12
2015-03-07Normalize TRY_CATCH exception handling blockPedro Alves1-8/+10
2015-02-27Exported const objectsPedro Alves1-1/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-2/+2
2015-01-31Move TYPE_SELF_TYPE into new field type_specific.Doug Evans1-24/+23
2015-01-31gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.Doug Evans1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-05Cast result of obstack_next_freeAlan Modra1-2/+2
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-8/+3
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-05Prepare gdb for 64-bit obstacksAlan Modra1-4/+4
2014-04-14vla: update type from newly created valueSanimir Agovic1-0/+2
2014-04-11Revert the entire VLA series.Joel Brobecker1-2/+0
2014-04-11vla: update type from newly created valueSanimir Agovic1-0/+2
2014-02-05Extension Language APIDoug Evans1-9/+9
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1