aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-valprint.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-04gdb: Remove casts of NULL during assignment.Andrew Burgess1-2/+2
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-1/+1
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi1-6/+18
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-1/+1
2015-07-09Factor out memberptr printing code from c_val_printSimon Marchi1-6/+23
2015-07-09Factor out int printing code from c_val_printSimon Marchi1-24/+36
2015-07-09Factor out struct and union printing code from c_val_printSimon Marchi1-30/+58
2015-07-09Factor out pointer printing code from c_val_printSimon Marchi1-25/+38
2015-07-09Factor out array printing code from c_val_printSimon Marchi1-94/+110
2015-07-09Factor out print_unpacked_pointer from c_val_printSimon Marchi1-99/+106
2015-07-09Remove unneeded variable assignmentSimon Marchi1-4/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-06Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.Doug Evans1-2/+2
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-3/+3
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0