Age | Commit message (Expand) | Author | Files | Lines |
2020-10-23 | gdb: remove LA_PRINT_ARRAY_INDEX macro | Andrew Burgess | 1 | -2/+2 |
2020-10-23 | gdb: remove LA_VALUE_PRINT macro | Andrew Burgess | 1 | -1/+1 |
2020-10-17 | Make range types inherit signed-ness from base type | Tom Tromey | 1 | -10/+0 |
2020-09-16 | gdb: Convert la_struct_too_deep_ellipsis to a method | Andrew Burgess | 1 | -2/+2 |
2020-09-15 | Handle member pointers directly in generic_value_print | Tom Tromey | 1 | -2/+30 |
2020-09-14 | gdb: remove TYPE_STUB | Simon Marchi | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_UNSIGNED | Simon Marchi | 1 | -1/+1 |
2020-08-24 | gdb: move declaration of valprint_check_validity to valprint.h | Simon Marchi | 1 | -1/+1 |
2020-06-23 | gdb: Convert language la_is_string_type_p field to a method | Andrew Burgess | 1 | -1/+1 |
2020-06-17 | gdb: Convert language la_value_print_inner field to a method | Andrew Burgess | 1 | -1/+1 |
2020-06-15 | Rewrite target_read_string | Tom Tromey | 1 | -7/+1 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -1/+1 |
2020-06-08 | gdb: remove TYPE_INDEX_TYPE macro | Simon Marchi | 1 | -1/+1 |
2020-06-07 | Remove unused parameter from generic_val_print_float | Tom Tromey | 1 | -8/+3 |
2020-05-26 | Handle indexing Ada arrays with enum indices | Tom Tromey | 1 | -32/+11 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -2/+2 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -12/+12 |
2020-04-29 | Fix array pretty formatter | Hannes Domani | 1 | -5/+10 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -42/+14 |
2020-04-01 | Add accessors for members of complex numbers | Tom Tromey | 1 | -7/+2 |
2020-03-13 | Remove val_print | Tom Tromey | 1 | -554/+12 |
2020-03-13 | Change extension language pretty-printers to use value API | Tom Tromey | 1 | -8/+9 |
2020-03-13 | Introduce generic_value_print_complex | Tom Tromey | 1 | -2/+25 |
2020-03-13 | Simplify generic_val_print_float | Tom Tromey | 1 | -14/+15 |
2020-03-13 | Introduce generic_value_print_char | Tom Tromey | 1 | -3/+31 |
2020-03-13 | Introduce generic_value_print_int | Tom Tromey | 1 | -2/+14 |
2020-03-13 | Introduce generic_value_print_bool | Tom Tromey | 1 | -2/+30 |
2020-03-13 | Simplify generic_val_print_func | Tom Tromey | 1 | -20/+21 |
2020-03-13 | Remove generic_val_print_flags | Tom Tromey | 1 | -27/+16 |
2020-03-13 | Fix generic_val_print_enum for value-based printing | Tom Tromey | 1 | -15/+15 |
2020-03-13 | Introduce generic_value_print_ptr | Tom Tromey | 1 | -4/+22 |
2020-03-13 | Initial rewrite of generic_value_print | Tom Tromey | 1 | -3/+102 |
2020-03-13 | Introduce value_print_array_elements | Tom Tromey | 1 | -0/+124 |
2020-03-13 | Introduce value_print_scalar_formatted | Tom Tromey | 1 | -0/+40 |
2020-03-13 | Introduce generic_value_print | Tom Tromey | 1 | -0/+12 |
2020-03-13 | Introduce la_value_print_inner | Tom Tromey | 1 | -3/+7 |
2020-03-13 | Introduce common_val_print_checked | Tom Tromey | 1 | -0/+13 |
2020-03-13 | Refactor val_print and common_val_print | Tom Tromey | 1 | -28/+44 |
2020-03-13 | Use scoped_value_mark in value_print | Tom Tromey | 1 | -0/+2 |
2020-02-22 | Style field names in "print" | Tom Tromey | 1 | -6/+11 |
2020-02-18 | gdb: change print format of flag enums with value 0 | Simon Marchi | 1 | -7/+24 |
2020-02-18 | gdb: print unknown part of flag enum in hex | Simon Marchi | 1 | -2/+2 |
2020-02-18 | gdb: allow duplicate enumerators in flag enums | Simon Marchi | 1 | -3/+4 |
2020-02-18 | gdb: fix printing of flag enums with multi-bit enumerators | Simon Marchi | 1 | -1/+7 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-11 | Implement 'print -raw-values' and 'set print raw-values on|off' | Philippe Waroquiers | 1 | -0/+10 |
2019-12-04 | Use metadata style in a few more places | Tom Tromey | 1 | -3/+3 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 1 | -3/+3 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |