summaryrefslogtreecommitdiff
path: root/gdb/valprint.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-11/+13
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-6/+4
* gdb: remove TYPE_FLAG_ENUMSimon Marchi2021-04-011-1/+1
* gdb: remove current_top_target functionSimon Marchi2021-03-241-3/+3
* Extend "x" and "print" commands to support memory taggingLuis Machado2021-03-241-0/+23
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-6/+6
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: delete unused function print_char_charsAndrew Burgess2020-12-231-37/+0
* Make function fixed_point_scaling_factor a method of struct typeJoel Brobecker2020-11-231-1/+1
* Make fixed_point_type_base_type a method of struct typeJoel Brobecker2020-11-231-1/+1
* gmp-utils: Convert the read/write methods to using gdb::array_viewJoel Brobecker2020-11-231-1/+1
* change and rename gmp_string_asprintf to return an std::stringJoel Brobecker2020-11-231-2/+2
* Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker2020-11-151-0/+33
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-14/+14
* gdb: remove LA_PRINT_ARRAY_INDEX macroAndrew Burgess2020-10-231-2/+2
* gdb: remove LA_VALUE_PRINT macroAndrew Burgess2020-10-231-1/+1
* Make range types inherit signed-ness from base typeTom Tromey2020-10-171-10/+0
* gdb: Convert la_struct_too_deep_ellipsis to a methodAndrew Burgess2020-09-161-2/+2
* Handle member pointers directly in generic_value_printTom Tromey2020-09-151-2/+30
* gdb: remove TYPE_STUBSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-141-1/+1
* gdb: move declaration of valprint_check_validity to valprint.hSimon Marchi2020-08-241-1/+1
* gdb: Convert language la_is_string_type_p field to a methodAndrew Burgess2020-06-231-1/+1
* gdb: Convert language la_value_print_inner field to a methodAndrew Burgess2020-06-171-1/+1
* Rewrite target_read_stringTom Tromey2020-06-151-7/+1
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-1/+1
* gdb: remove TYPE_INDEX_TYPE macroSimon Marchi2020-06-081-1/+1
* Remove unused parameter from generic_val_print_floatTom Tromey2020-06-071-8/+3
* Handle indexing Ada arrays with enum indicesTom Tromey2020-05-261-32/+11
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-12/+12
* Fix array pretty formatterHannes Domani2020-04-291-5/+10
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-42/+14
* Add accessors for members of complex numbersTom Tromey2020-04-011-7/+2
* Remove val_printTom Tromey2020-03-131-554/+12
* Change extension language pretty-printers to use value APITom Tromey2020-03-131-8/+9
* Introduce generic_value_print_complexTom Tromey2020-03-131-2/+25
* Simplify generic_val_print_floatTom Tromey2020-03-131-14/+15
* Introduce generic_value_print_charTom Tromey2020-03-131-3/+31
* Introduce generic_value_print_intTom Tromey2020-03-131-2/+14
* Introduce generic_value_print_boolTom Tromey2020-03-131-2/+30
* Simplify generic_val_print_funcTom Tromey2020-03-131-20/+21
* Remove generic_val_print_flagsTom Tromey2020-03-131-27/+16
* Fix generic_val_print_enum for value-based printingTom Tromey2020-03-131-15/+15
* Introduce generic_value_print_ptrTom Tromey2020-03-131-4/+22
* Initial rewrite of generic_value_printTom Tromey2020-03-131-3/+102
* Introduce value_print_array_elementsTom Tromey2020-03-131-0/+124
* Introduce value_print_scalar_formattedTom Tromey2020-03-131-0/+40
* Introduce generic_value_printTom Tromey2020-03-131-0/+12
* Introduce la_value_print_innerTom Tromey2020-03-131-3/+7