aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-valprint.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-03-29Rename print_spaces_filteredTom Tromey1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-16/+16
2022-03-29Unify gdb puts functionsTom Tromey1-8/+8
2022-02-14Remove LA_PRINT_STRINGTom Tromey1-3/+3
2022-02-14Remove LA_PRINT_CHARTom Tromey1-1/+2
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-29Allow DW_ATE_UTF for Rust charactersTom Tromey1-1/+1
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi1-1/+1
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-4/+4
2021-09-23Change pointer_type to a method of struct typeTom Tromey1-1/+1
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-5/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-3/+3
2020-09-15Handle member pointers directly in generic_value_printTom Tromey1-25/+1
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-1/+1
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-7/+7
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-13/+13
2020-04-29Fix array pretty formatterHannes Domani1-4/+0
2020-04-01Change how complex types are printed in CTom Tromey1-1/+1
2020-03-13Remove val_printTom Tromey1-330/+0
2020-03-13Introduce cp_print_value_fields and c_value_print_structTom Tromey1-7/+29
2020-03-13Introduce c_value_print_arrayTom Tromey1-2/+97
2020-03-13Introduce c_value_print_memberptrTom Tromey1-2/+18
2020-03-13Introduce c_value_print_intTom Tromey1-3/+32
2020-03-13Introduce c_value_print_ptrTom Tromey1-2/+38
2020-03-13Rewrite c_value_print_innerTom Tromey1-2/+61
2020-03-13Introduce c_value_print_innerTom Tromey1-0/+11
2020-03-13Simplify c_val_print_arrayTom Tromey1-6/+1
2020-03-13Use common_val_print in c-valprint.cTom Tromey1-37/+20
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-3/+2
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-2/+1
2019-04-06Revert the header-sorting patchTom Tromey1-10/+7
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-7/+10
2019-03-24More block constificationTom Tromey1-2/+1
2019-03-05Remove excess calls to gdb_flushTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-3/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-06-12Remove val_print_type_code_intTom Tromey1-2/+2
2017-03-20Implement printing of rvalue reference types and valuesArtemiy Volkov1-2/+2
2017-03-20Add ability to return rvalue reference values from value_refArtemiy Volkov1-3/+7
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-16/+17
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-1/+2
2016-05-17Add array start and end strings to generic_val_print_decorationsTom Tromey1-1/+3
2016-04-27c_value_print: Revert 'val' to a reference for TYPE_CODE_STRUCTMartin Galvan1-8/+9
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1