aboutsummaryrefslogtreecommitdiff
path: root/gdb/valprint.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-31Fix regression in pointer-to-member printingTom Tromey1-1/+1
2022-10-21Fix crash in value_print_array_elementsTom Tromey1-7/+13
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-10-10Fix a latent bug in print_wcharTom Tromey1-8/+14
2022-10-10Don't use wchar_printable in print_wcharTom Tromey1-6/+5
2022-10-10Boolify need_escape in generic_emit_charTom Tromey1-6/+6
2022-10-10Fix latent quote char bug in generic_printstrTom Tromey1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-15/+15
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-8/+8
2022-08-05[gdb] Add debug_{exp,val}Tom de Vries1-0/+12
2022-06-20Move finish_print out of value_print_optionsTom Tromey1-1/+0
2022-06-18gdb: Add new 'print nibbles' featureEnze Li1-1/+47
2022-04-14Move target_read_string to target/target.cTom Tromey1-172/+0
2022-04-14Remove the byte order parameter to target_read_stringTom Tromey1-5/+7
2022-04-14Rename read_stringTom Tromey1-5/+7
2022-04-14Don't call QUIT in read_stringTom Tromey1-3/+0
2022-03-29Rename print_spaces_filteredTom Tromey1-3/+3
2022-03-29Unify gdb printf functionsTom Tromey1-88/+88
2022-03-29Unify gdb putc functionsTom Tromey1-3/+3
2022-03-29Unify gdb puts functionsTom Tromey1-32/+32
2022-03-14Correctly print subrange types in generic_value_printTom Tromey1-1/+8
2022-02-14Remove LA_PRINT_STRINGTom Tromey1-4/+3
2022-02-14Remove LA_PRINT_CHARTom Tromey1-1/+1
2022-02-06Merge do_val_print and common_val_printTom Tromey1-35/+21
2022-01-26Always call the wrap_here methodTom Tromey1-1/+1
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-1/+1
2022-01-18Move gdb obstack code to gdbsupportTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-29gdb: remove TYPE_FIELD_ENUMVALSimon Marchi1-3/+3
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi1-2/+2
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi1-26/+19
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-13/+13
2021-10-13[gdb/exp] Improve <error reading variable> messageTom de Vries1-1/+1
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi1-5/+5
2021-07-26gdb: Fix numerical field extraction for target description "flags"Shahab Vahedi1-2/+34
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-11/+13
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione1-6/+4
2021-04-01gdb: remove TYPE_FLAG_ENUMSimon Marchi1-1/+1
2021-03-24gdb: remove current_top_target functionSimon Marchi1-3/+3
2021-03-24Extend "x" and "print" commands to support memory taggingLuis Machado1-0/+23
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-6/+6
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