summaryrefslogtreecommitdiff
path: root/gdb/valprint.h
Commit message (Expand)AuthorAgeFilesLines
* GDB: Add a character string limiting optionAndrew Burgess2023-01-191-4/+22
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-1/+1
* Move finish_print out of value_print_optionsTom Tromey2022-06-201-3/+0
* gdb: Add new 'print nibbles' featureEnze Li2022-06-181-1/+5
* Move target_read_string to target/target.cTom Tromey2022-04-141-5/+0
* Remove the byte order parameter to target_read_stringTom Tromey2022-04-141-1/+0
* Rename read_stringTom Tromey2022-04-141-5/+5
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Extend "x" and "print" commands to support memory taggingLuis Machado2021-03-241-0/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: delete unused function print_char_charsAndrew Burgess2020-12-231-3/+0
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-1/+1
* gdb: move declaration of valprint_check_validity to valprint.hSimon Marchi2020-08-241-0/+14
* Remove val_printTom Tromey2020-03-131-19/+0
* Introduce value_print_array_elementsTom Tromey2020-03-131-0/+6
* Introduce value_print_scalar_formattedTom Tromey2020-03-131-0/+10
* Introduce generic_value_printTom Tromey2020-03-131-0/+11
* Introduce common_val_print_checkedTom Tromey2020-03-131-0/+8
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-22/+22
* Restrict use of minsym names when printing addresses in disassembled codeKevin Buettner2019-07-271-4/+9
* Make "print" and "compile print" support -OPT optionsPedro Alves2019-06-131-2/+18
* Add "set print finish"Tom Tromey2019-05-291-0/+3
* gdb: Introduce 'print max-depth' featureAndrew Burgess2019-04-291-0/+12
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use unique_xmalloc_ptr for read_stringTom Tromey2018-06-181-1/+2
* Change build_address_symbolic to return std::stringTom Tromey2018-06-071-0/+16
* Remove output_command_constTom Tromey2018-05-211-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove val_print_type_code_intTom Tromey2017-06-121-3/+0
* Let print_decimal_chars handle signed valuesTom Tromey2017-06-121-1/+1
* Don't always zero pad in print_*_charsTom Tromey2017-06-121-2/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-6/+6
* Remove Java supportTom Tromey2016-10-061-2/+2
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-2/+2
* Add array start and end strings to generic_val_print_decorationsTom Tromey2016-05-171-0/+4
* Extend flags to support multibit and enum bitfields.Doug Evans2016-03-151-4/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Code cleanup: Make parts of print_command_1 publicJan Kratochvil2015-05-161-0/+15
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Fix "info frame" in the outermost frame.Pedro Alves2013-12-061-0/+3
* Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves2013-10-021-1/+2
* Add options to skip unavailable localsYao Qi2013-08-271-0/+2
* * NEWS: Mention "set print raw frame-arguments".Doug Evans2013-07-171-2/+4
* * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans2013-07-091-8/+8
* Constify strings in tracepoint.c, lookup_cmd and the completers.Pedro Alves2013-03-131-1/+5