summaryrefslogtreecommitdiff
path: root/gdb/valprint.c
Commit message (Expand)AuthorAgeFilesLines
* Fix array pretty formatterHannes Domani2020-04-291-5/+10
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-42/+14
* Add accessors for members of complex numbersTom Tromey2020-04-011-7/+2
* Remove val_printTom Tromey2020-03-131-554/+12
* Change extension language pretty-printers to use value APITom Tromey2020-03-131-8/+9
* Introduce generic_value_print_complexTom Tromey2020-03-131-2/+25
* Simplify generic_val_print_floatTom Tromey2020-03-131-14/+15
* Introduce generic_value_print_charTom Tromey2020-03-131-3/+31
* Introduce generic_value_print_intTom Tromey2020-03-131-2/+14
* Introduce generic_value_print_boolTom Tromey2020-03-131-2/+30
* Simplify generic_val_print_funcTom Tromey2020-03-131-20/+21
* Remove generic_val_print_flagsTom Tromey2020-03-131-27/+16
* Fix generic_val_print_enum for value-based printingTom Tromey2020-03-131-15/+15
* Introduce generic_value_print_ptrTom Tromey2020-03-131-4/+22
* Initial rewrite of generic_value_printTom Tromey2020-03-131-3/+102
* Introduce value_print_array_elementsTom Tromey2020-03-131-0/+124
* Introduce value_print_scalar_formattedTom Tromey2020-03-131-0/+40
* Introduce generic_value_printTom Tromey2020-03-131-0/+12
* Introduce la_value_print_innerTom Tromey2020-03-131-3/+7
* Introduce common_val_print_checkedTom Tromey2020-03-131-0/+13
* Refactor val_print and common_val_printTom Tromey2020-03-131-28/+44
* Use scoped_value_mark in value_printTom Tromey2020-03-131-0/+2
* Style field names in "print"Tom Tromey2020-02-221-6/+11
* gdb: change print format of flag enums with value 0Simon Marchi2020-02-181-7/+24
* gdb: print unknown part of flag enum in hexSimon Marchi2020-02-181-2/+2
* gdb: allow duplicate enumerators in flag enumsSimon Marchi2020-02-181-3/+4
* gdb: fix printing of flag enums with multi-bit enumeratorsSimon Marchi2020-02-181-1/+7
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Implement 'print -raw-values' and 'set print raw-values on|off'Philippe Waroquiers2019-12-111-0/+10
* Use metadata style in a few more placesTom Tromey2019-12-041-3/+3
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-3/+3
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-3/+3
* Introduce metadata styleTom Tromey2019-10-011-12/+18
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-1/+1
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-0/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* "set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves2019-06-131-6/+13
* Make "print" and "compile print" support -OPT optionsPedro Alves2019-06-131-81/+178
* Add "set print finish"Tom Tromey2019-05-291-1/+2
* gdb: Introduce 'print max-depth' featureAndrew Burgess2019-04-291-1/+56
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Remove excess calls to gdb_flushTom Tromey2019-03-051-4/+0
* Replace "the the" with "the"Tom Tromey2019-01-171-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* gdb: Handle ICC's unexpected void return typeAndrew Burgess2018-10-311-0/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-4/+4
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-3/+2