aboutsummaryrefslogtreecommitdiff
path: root/gdb/valprint.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-23gdb: delete unused function print_char_charsAndrew Burgess1-37/+0
2020-11-23Make function fixed_point_scaling_factor a method of struct typeJoel Brobecker1-1/+1
2020-11-23Make fixed_point_type_base_type a method of struct typeJoel Brobecker1-1/+1
2020-11-23gmp-utils: Convert the read/write methods to using gdb::array_viewJoel Brobecker1-1/+1
2020-11-23change and rename gmp_string_asprintf to return an std::stringJoel Brobecker1-2/+2
2020-11-15Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker1-0/+33
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-14/+14
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