aboutsummaryrefslogtreecommitdiff
path: root/gdb/valprint.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-13Fix bad interaction between element limit and repeated values (BZ#24331).Paul Pluzhnikov1-6/+19
2023-03-14Hide the implementation of gdb_mpfTom Tromey1-1/+1
2023-02-15Have value::bits_synthetic_pointer return boolTom Tromey1-1/+1
2023-02-13Turn various value copying-related functions into methodsTom Tromey1-6/+6
2023-02-13Turn many optimized-out value functions into methodsTom Tromey1-13/+12
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-12/+12
2023-02-13Turn value_bits_synthetic_pointer into a methodTom Tromey1-5/+4
2023-02-13Turn value_contents_eq into a methodTom Tromey1-1/+1
2023-02-13Turn value_fetch_lazy into a methodTom Tromey1-1/+1
2023-02-13Turn some value_contents functions into methodsTom Tromey1-1/+1
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-1/+1
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-2/+2
2023-02-13Convert value_lval_const and deprecated_lval_hack to methodsTom Tromey1-3/+3
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_type into methodTom Tromey1-15/+15
2023-02-10GDB: Introduce limited array lengths while printing valuesAndrew Burgess1-1/+9
2023-01-19GDB: Add a character string limiting optionAndrew Burgess1-22/+68
2023-01-19GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki1-3/+6
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Use bool constants for value_print_optionsTom Tromey1-16/+16
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