aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-valprint.c
AgeCommit message (Expand)AuthorFilesLines
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-01-28Use domain_search_flags in lookup_symbol et alTom Tromey1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-02-13Turn many optimized-out value functions into methodsTom Tromey1-4/+4
2023-02-13Turn remaining value_contents functions into methodsTom Tromey1-4/+4
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_initialized and set_value_initialized functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_enclosing_type into methodTom Tromey1-4/+4
2023-02-13Turn value_type into methodTom Tromey1-9/+9
2023-01-19GDB: Add a character string limiting optionAndrew Burgess1-2/+3
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-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-8/+8
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-8/+8
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-03-29Rename print_spaces_filteredTom Tromey1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-16/+16
2022-03-29Unify gdb puts functionsTom Tromey1-8/+8
2022-02-14Remove LA_PRINT_STRINGTom Tromey1-3/+3
2022-02-14Remove LA_PRINT_CHARTom Tromey1-1/+2
2022-02-06gdb: remove SYMBOL_TYPE macroSimon Marchi1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-29Allow DW_ATE_UTF for Rust charactersTom Tromey1-1/+1
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi1-1/+1
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi1-4/+4
2021-09-23Change pointer_type to a method of struct typeTom Tromey1-1/+1
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-5/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-3/+3
2020-09-15Handle member pointers directly in generic_value_printTom Tromey1-25/+1
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-1/+1
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-7/+7
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-13/+13
2020-04-29Fix array pretty formatterHannes Domani1-4/+0
2020-04-01Change how complex types are printed in CTom Tromey1-1/+1
2020-03-13Remove val_printTom Tromey1-330/+0
2020-03-13Introduce cp_print_value_fields and c_value_print_structTom Tromey1-7/+29
2020-03-13Introduce c_value_print_arrayTom Tromey1-2/+97
2020-03-13Introduce c_value_print_memberptrTom Tromey1-2/+18
2020-03-13Introduce c_value_print_intTom Tromey1-3/+32
2020-03-13Introduce c_value_print_ptrTom Tromey1-2/+38
2020-03-13Rewrite c_value_print_innerTom Tromey1-2/+61
2020-03-13Introduce c_value_print_innerTom Tromey1-0/+11
2020-03-13Simplify c_val_print_arrayTom Tromey1-6/+1
2020-03-13Use common_val_print in c-valprint.cTom Tromey1-37/+20
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-3/+2
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-2/+1
2019-04-06Revert the header-sorting patchTom Tromey1-10/+7