aboutsummaryrefslogtreecommitdiff
path: root/gdb/valprint.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-02gdb, types: Resolve pointer types dynamicallyBernhard Heckel1-6/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-08Use pretty printers for struct member stubsHannes Domani1-10/+10
2023-09-14[gdb/exp] Clean up asap in value_print_array_elementsTom de Vries1-0/+4
2023-08-31gdb: remove TYPE_FIELD_BITSIZESimon Marchi1-2/+2
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