aboutsummaryrefslogtreecommitdiff
path: root/gdb/valprint.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-09-18Move val_prettyformat to valprint.hTom Tromey1-0/+11
2023-01-19GDB: Add a character string limiting optionAndrew Burgess1-4/+22
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-1/+1
2022-06-20Move finish_print out of value_print_optionsTom Tromey1-3/+0
2022-06-18gdb: Add new 'print nibbles' featureEnze Li1-1/+5
2022-04-14Move target_read_string to target/target.cTom Tromey1-5/+0
2022-04-14Remove the byte order parameter to target_read_stringTom Tromey1-1/+0
2022-04-14Rename read_stringTom Tromey1-5/+5
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-03-24Extend "x" and "print" commands to support memory taggingLuis Machado1-0/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-23gdb: delete unused function print_char_charsAndrew Burgess1-3/+0
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-1/+1
2020-08-24gdb: move declaration of valprint_check_validity to valprint.hSimon Marchi1-0/+14
2020-03-13Remove val_printTom Tromey1-19/+0
2020-03-13Introduce value_print_array_elementsTom Tromey1-0/+6
2020-03-13Introduce value_print_scalar_formattedTom Tromey1-0/+10
2020-03-13Introduce generic_value_printTom Tromey1-0/+11
2020-03-13Introduce common_val_print_checkedTom Tromey1-0/+8
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-22/+22
2019-07-27Restrict use of minsym names when printing addresses in disassembled codeKevin Buettner1-4/+9
2019-06-13Make "print" and "compile print" support -OPT optionsPedro Alves1-2/+18
2019-05-29Add "set print finish"Tom Tromey1-0/+3
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess1-0/+12
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-18Use unique_xmalloc_ptr for read_stringTom Tromey1-1/+2
2018-06-07Change build_address_symbolic to return std::stringTom Tromey1-0/+16
2018-05-21Remove output_command_constTom Tromey1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-06-12Remove val_print_type_code_intTom Tromey1-3/+0
2017-06-12Let print_decimal_chars handle signed valuesTom Tromey1-1/+1
2017-06-12Don't always zero pad in print_*_charsTom Tromey1-2/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-6/+6
2016-10-06Remove Java supportTom Tromey1-2/+2
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-2/+2
2016-05-17Add array start and end strings to generic_val_print_decorationsTom Tromey1-0/+4
2016-03-15Extend flags to support multibit and enum bitfields.Doug Evans1-4/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-05-16Code cleanup: Make parts of print_command_1 publicJan Kratochvil1-0/+15
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-06Fix "info frame" in the outermost frame.Pedro Alves1-0/+3
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves1-1/+2
2013-08-27Add options to skip unavailable localsYao Qi1-0/+2
2013-07-17 * NEWS: Mention "set print raw frame-arguments".Doug Evans1-2/+4