aboutsummaryrefslogtreecommitdiff
path: root/gdb/valprint.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-23gdb: remove LA_PRINT_ARRAY_INDEX macroAndrew Burgess1-2/+2
2020-10-23gdb: remove LA_VALUE_PRINT macroAndrew Burgess1-1/+1
2020-10-17Make range types inherit signed-ness from base typeTom Tromey1-10/+0
2020-09-16gdb: Convert la_struct_too_deep_ellipsis to a methodAndrew Burgess1-2/+2
2020-09-15Handle member pointers directly in generic_value_printTom Tromey1-2/+30
2020-09-14gdb: remove TYPE_STUBSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-1/+1
2020-08-24gdb: move declaration of valprint_check_validity to valprint.hSimon Marchi1-1/+1
2020-06-23gdb: Convert language la_is_string_type_p field to a methodAndrew Burgess1-1/+1
2020-06-17gdb: Convert language la_value_print_inner field to a methodAndrew Burgess1-1/+1
2020-06-15Rewrite target_read_stringTom Tromey1-7/+1
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-1/+1
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi1-1/+1
2020-06-07Remove unused parameter from generic_val_print_floatTom Tromey1-8/+3
2020-05-26Handle indexing Ada arrays with enum indicesTom Tromey1-32/+11
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-12/+12
2020-04-29Fix array pretty formatterHannes Domani1-5/+10
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-42/+14
2020-04-01Add accessors for members of complex numbersTom Tromey1-7/+2
2020-03-13Remove val_printTom Tromey1-554/+12
2020-03-13Change extension language pretty-printers to use value APITom Tromey1-8/+9
2020-03-13Introduce generic_value_print_complexTom Tromey1-2/+25
2020-03-13Simplify generic_val_print_floatTom Tromey1-14/+15
2020-03-13Introduce generic_value_print_charTom Tromey1-3/+31
2020-03-13Introduce generic_value_print_intTom Tromey1-2/+14
2020-03-13Introduce generic_value_print_boolTom Tromey1-2/+30
2020-03-13Simplify generic_val_print_funcTom Tromey1-20/+21
2020-03-13Remove generic_val_print_flagsTom Tromey1-27/+16
2020-03-13Fix generic_val_print_enum for value-based printingTom Tromey1-15/+15
2020-03-13Introduce generic_value_print_ptrTom Tromey1-4/+22
2020-03-13Initial rewrite of generic_value_printTom Tromey1-3/+102
2020-03-13Introduce value_print_array_elementsTom Tromey1-0/+124
2020-03-13Introduce value_print_scalar_formattedTom Tromey1-0/+40
2020-03-13Introduce generic_value_printTom Tromey1-0/+12
2020-03-13Introduce la_value_print_innerTom Tromey1-3/+7
2020-03-13Introduce common_val_print_checkedTom Tromey1-0/+13
2020-03-13Refactor val_print and common_val_printTom Tromey1-28/+44
2020-03-13Use scoped_value_mark in value_printTom Tromey1-0/+2
2020-02-22Style field names in "print"Tom Tromey1-6/+11
2020-02-18gdb: change print format of flag enums with value 0Simon Marchi1-7/+24
2020-02-18gdb: print unknown part of flag enum in hexSimon Marchi1-2/+2
2020-02-18gdb: allow duplicate enumerators in flag enumsSimon Marchi1-3/+4
2020-02-18gdb: fix printing of flag enums with multi-bit enumeratorsSimon Marchi1-1/+7
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-11Implement 'print -raw-values' and 'set print raw-values on|off'Philippe Waroquiers1-0/+10
2019-12-04Use metadata style in a few more placesTom Tromey1-3/+3
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-3/+3
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1