summaryrefslogtreecommitdiff
path: root/gdb/cp-valprint.c
Commit message (Expand)AuthorAgeFilesLines
* Rename fprintf_symbol_filteredTom Tromey2022-03-291-4/+4
* Rename print_spaces_filteredTom Tromey2022-03-291-4/+4
* Unify gdb printf functionsTom Tromey2022-03-291-9/+9
* Unify gdb puts functionsTom Tromey2022-03-291-13/+13
* Always call the wrap_here methodTom Tromey2022-01-261-1/+1
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-1/+1
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-8/+6
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-3/+3
* gdb: add accessors for field (and call site) locationSimon Marchi2021-10-071-6/+6
* gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi2021-09-301-4/+4
* gdb: Make the builtin "boolean" type an unsigned typeShahab Vahedi2021-08-021-0/+68
* gdb: fix pretty printing max depth behaviourKent Cheung2021-05-141-8/+2
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-8/+8
* gdb: Convert la_struct_too_deep_ellipsis to a methodAndrew Burgess2020-09-161-2/+2
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-5/+5
* 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