summaryrefslogtreecommitdiff
path: root/gdb/p-valprint.c
Commit message (Expand)AuthorAgeFilesLines
* Rename fprintf_symbol_filteredTom Tromey2022-03-291-4/+4
* Rename print_spaces_filteredTom Tromey2022-03-291-5/+5
* Unify gdb printf functionsTom Tromey2022-03-291-16/+16
* Unify gdb puts functionsTom Tromey2022-03-291-21/+21
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-1/+1
* gdb: fix some clang-tidy readability-misleading-indentation warningsSimon Marchi2022-01-311-1/+1
* 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-6/+4
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-2/+2
* gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi2021-09-301-2/+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: remove some uses of LA_PRINT_STRINGAndrew Burgess2020-12-231-4/+4
* gdb: move pascal_language into p-lang.hAndrew Burgess2020-12-231-12/+10
* gdb: make get_discrete_bounds return boolSimon Marchi2020-12-091-1/+2
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-13/+13
* gdb: remove TYPE_STUBSimon Marchi2020-09-141-1/+1
* gdb: add accessors to struct dynamic_propSimon Marchi2020-07-121-1/+1
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-7/+5
* gdb: remove TYPE_INDEX_TYPE macroSimon Marchi2020-06-081-1/+1
* gdb: remove TYPE_FIELD macroSimon Marchi2020-05-231-4/+4
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-1/+1
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-6/+6
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-16/+16
* Fix array pretty formatterHannes Domani2020-04-291-4/+0
* Initialize base_value in pascal_object_print_valueTom Tromey2020-03-161-0/+1
* Remove val_printTom Tromey2020-03-131-701/+4
* Convert Pascal to value-based APITom Tromey2020-03-131-0/+310
* Rewrite pascal_value_print_innerTom Tromey2020-03-131-2/+336
* Introduce pascal_value_print_innerTom Tromey2020-03-131-0/+13
* Make pascal_object_print_value_fields staticTom Tromey2020-03-131-1/+9
* Style field names in "print"Tom Tromey2020-02-221-4/+10
* 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-3/+3
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-3/+2
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-1/+1
* Introduce metadata styleTom Tromey2019-10-011-6/+10
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* More block constificationTom Tromey2019-03-241-2/+1
* Remove excess calls to gdb_flushTom Tromey2019-03-051-2/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-66/+68
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-3/+3
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-4/+6