Age | Commit message (Expand) | Author | Files | Lines |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -6/+4 |
2021-04-01 | gdb: remove TYPE_FLAG_ENUM | Simon Marchi | 1 | -1/+1 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -3/+3 |
2021-03-24 | Extend "x" and "print" commands to support memory tagging | Luis Machado | 1 | -0/+23 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -6/+6 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-23 | gdb: delete unused function print_char_chars | Andrew Burgess | 1 | -37/+0 |
2020-11-23 | Make function fixed_point_scaling_factor a method of struct type | Joel Brobecker | 1 | -1/+1 |
2020-11-23 | Make fixed_point_type_base_type a method of struct type | Joel Brobecker | 1 | -1/+1 |
2020-11-23 | gmp-utils: Convert the read/write methods to using gdb::array_view | Joel Brobecker | 1 | -1/+1 |
2020-11-23 | change and rename gmp_string_asprintf to return an std::string | Joel Brobecker | 1 | -2/+2 |
2020-11-15 | Add support for printing value of DWARF-based fixed-point type objects | Joel Brobecker | 1 | -0/+33 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -14/+14 |
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 |