summaryrefslogtreecommitdiff
path: root/gdb/cp-valprint.c
AgeCommit message (Expand)Author
2022-07-05[gdb/exp] Fix internal error when printing C++ pointer-to-memberTom de Vries
2022-03-29Rename fprintf_symbol_filteredTom Tromey
2022-03-29Rename print_spaces_filteredTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-29Unify gdb puts functionsTom Tromey
2022-01-26Always call the wrap_here methodTom Tromey
2022-01-26Convert wrap_here to use integer parameterTom Tromey
2022-01-18Move gdb obstack code to gdbsupportTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi
2021-10-07gdb: add accessors for field (and call site) locationSimon Marchi
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi
2021-08-02gdb: Make the builtin "boolean" type an unsigned typeShahab Vahedi
2021-05-14gdb: fix pretty printing max depth behaviourKent Cheung
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