summaryrefslogtreecommitdiff
path: root/gdb/cp-valprint.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-4/+4
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-2/+2
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-4/+4
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-8/+8
* Remove val_printTom Tromey2020-03-131-511/+3
* Change extension language pretty-printers to use value APITom Tromey2020-03-131-13/+15
* Introduce cp_print_valueTom Tromey2020-03-131-4/+164
* Introduce cp_print_value_fields and c_value_print_structTom Tromey2020-03-131-1/+278
* Use common_val_print in cp-valprint.cTom Tromey2020-03-131-5/+1
* Style field names in "print"Tom Tromey2020-02-221-6/+12
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use metadata style in a few more placesTom Tromey2019-12-041-6/+6
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-1/+1
* Move declaration of vtbl_ptr_name to the header.Christian Biesinger2019-10-071-1/+1
* Introduce metadata styleTom Tromey2019-10-011-8/+11
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Fix two buglets in cp_print_value_fields patchTom Tromey2019-06-271-1/+1
* Make "print" and "compile print" support -OPT optionsPedro Alves2019-06-131-57/+0
* Fix crash in cp_print_value_fieldsTom Tromey2019-05-291-7/+5
* gdb: Introduce 'print max-depth' featureAndrew Burgess2019-04-291-31/+49
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-14/+12
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-12/+14
* gdb: Avoid trailing whitespace when pretty printingAndrew Burgess2019-03-261-2/+6
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-1/+1
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-3/+3
* Fix infinite recursion when printing static member with typedefWeimin Pan2018-04-021-3/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix broken recursion detection when printing static membersPatrick Frants2017-10-261-7/+3
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use containers to avoid cleanupsTom Tromey2017-08-031-8/+4
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove apply_val_pretty_printer parameter valaddrYao Qi2016-11-111-5/+1
* Remove parameter valaddr from c print functionsYao Qi2016-11-111-7/+9
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-7/+6
* gdb: Remove some C compiler support leftoversPedro Alves2016-10-061-1/+1
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-7/+8
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-2/+2
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-9/+12
* Normalize TRY_CATCH exception handling blockPedro Alves2015-03-071-8/+10
* Exported const objectsPedro Alves2015-02-271-1/+1