aboutsummaryrefslogtreecommitdiff
path: root/gdb/valprint.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-26Handle indexing Ada arrays with enum indicesTom Tromey1-32/+11
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-12/+12
2020-04-29Fix array pretty formatterHannes Domani1-5/+10
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-42/+14
2020-04-01Add accessors for members of complex numbersTom Tromey1-7/+2
2020-03-13Remove val_printTom Tromey1-554/+12
2020-03-13Change extension language pretty-printers to use value APITom Tromey1-8/+9
2020-03-13Introduce generic_value_print_complexTom Tromey1-2/+25
2020-03-13Simplify generic_val_print_floatTom Tromey1-14/+15
2020-03-13Introduce generic_value_print_charTom Tromey1-3/+31
2020-03-13Introduce generic_value_print_intTom Tromey1-2/+14
2020-03-13Introduce generic_value_print_boolTom Tromey1-2/+30
2020-03-13Simplify generic_val_print_funcTom Tromey1-20/+21
2020-03-13Remove generic_val_print_flagsTom Tromey1-27/+16
2020-03-13Fix generic_val_print_enum for value-based printingTom Tromey1-15/+15
2020-03-13Introduce generic_value_print_ptrTom Tromey1-4/+22
2020-03-13Initial rewrite of generic_value_printTom Tromey1-3/+102
2020-03-13Introduce value_print_array_elementsTom Tromey1-0/+124
2020-03-13Introduce value_print_scalar_formattedTom Tromey1-0/+40
2020-03-13Introduce generic_value_printTom Tromey1-0/+12
2020-03-13Introduce la_value_print_innerTom Tromey1-3/+7
2020-03-13Introduce common_val_print_checkedTom Tromey1-0/+13
2020-03-13Refactor val_print and common_val_printTom Tromey1-28/+44
2020-03-13Use scoped_value_mark in value_printTom Tromey1-0/+2
2020-02-22Style field names in "print"Tom Tromey1-6/+11
2020-02-18gdb: change print format of flag enums with value 0Simon Marchi1-7/+24
2020-02-18gdb: print unknown part of flag enum in hexSimon Marchi1-2/+2
2020-02-18gdb: allow duplicate enumerators in flag enumsSimon Marchi1-3/+4
2020-02-18gdb: fix printing of flag enums with multi-bit enumeratorsSimon Marchi1-1/+7
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-11Implement 'print -raw-values' and 'set print raw-values on|off'Philippe Waroquiers1-0/+10
2019-12-04Use metadata style in a few more placesTom Tromey1-3/+3
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-3/+3
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-3/+3
2019-10-01Introduce metadata styleTom Tromey1-12/+18
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-13"set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves1-6/+13
2019-06-13Make "print" and "compile print" support -OPT optionsPedro Alves1-81/+178
2019-05-29Add "set print finish"Tom Tromey1-1/+2
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess1-1/+56
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-05Remove excess calls to gdb_flushTom Tromey1-4/+0
2019-01-17Replace "the the" with "the"Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1