summaryrefslogtreecommitdiff
path: root/gdb/valprint.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bad interaction between element limit and repeated values (BZ#24331).Paul Pluzhnikov2023-05-131-6/+19
* Hide the implementation of gdb_mpfTom Tromey2023-03-141-1/+1
* Have value::bits_synthetic_pointer return boolTom Tromey2023-02-151-1/+1
* Turn various value copying-related functions into methodsTom Tromey2023-02-131-6/+6
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-13/+12
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-12/+12
* Turn value_bits_synthetic_pointer into a methodTom Tromey2023-02-131-5/+4
* Turn value_contents_eq into a methodTom Tromey2023-02-131-1/+1
* Turn value_fetch_lazy into a methodTom Tromey2023-02-131-1/+1
* Turn some value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-2/+2
* Convert value_lval_const and deprecated_lval_hack to methodsTom Tromey2023-02-131-3/+3
* Turn value_lazy and set_value_lazy functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-15/+15
* GDB: Introduce limited array lengths while printing valuesAndrew Burgess2023-02-101-1/+9
* GDB: Add a character string limiting optionAndrew Burgess2023-01-191-22/+68
* GDB: Allow arbitrary keywords in integer set commandsMaciej W. Rozycki2023-01-191-3/+6
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use bool constants for value_print_optionsTom Tromey2022-12-191-16/+16
* Fix regression in pointer-to-member printingTom Tromey2022-10-311-1/+1
* Fix crash in value_print_array_elementsTom Tromey2022-10-211-7/+13
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* Fix a latent bug in print_wcharTom Tromey2022-10-101-8/+14
* Don't use wchar_printable in print_wcharTom Tromey2022-10-101-6/+5
* Boolify need_escape in generic_emit_charTom Tromey2022-10-101-6/+6
* Fix latent quote char bug in generic_printstrTom Tromey2022-10-101-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-15/+15
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-8/+8
* [gdb] Add debug_{exp,val}Tom de Vries2022-08-051-0/+12
* Move finish_print out of value_print_optionsTom Tromey2022-06-201-1/+0
* gdb: Add new 'print nibbles' featureEnze Li2022-06-181-1/+47
* Move target_read_string to target/target.cTom Tromey2022-04-141-172/+0
* Remove the byte order parameter to target_read_stringTom Tromey2022-04-141-5/+7
* Rename read_stringTom Tromey2022-04-141-5/+7
* Don't call QUIT in read_stringTom Tromey2022-04-141-3/+0
* Rename print_spaces_filteredTom Tromey2022-03-291-3/+3
* Unify gdb printf functionsTom Tromey2022-03-291-88/+88
* Unify gdb putc functionsTom Tromey2022-03-291-3/+3
* Unify gdb puts functionsTom Tromey2022-03-291-32/+32
* Correctly print subrange types in generic_value_printTom Tromey2022-03-141-1/+8
* Remove LA_PRINT_STRINGTom Tromey2022-02-141-4/+3
* Remove LA_PRINT_CHARTom Tromey2022-02-141-1/+1
* Merge do_val_print and common_val_printTom Tromey2022-02-061-35/+21
* Always call the wrap_here methodTom Tromey2022-01-261-1/+1
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-1/+1
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove TYPE_FIELD_ENUMVALSimon Marchi2021-10-291-3/+3
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-2/+2