Age | Commit message (Expand) | Author | Files | Lines |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -6/+6 |
2020-06-08 | gdb: add field::type / field::set_type | Simon Marchi | 1 | -2/+2 |
2020-06-08 | gdb: remove TYPE_INDEX_TYPE macro | Simon Marchi | 1 | -2/+2 |
2020-06-02 | gdb: Convert language skip_trampoline field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-02 | gdb: Convert language la_demangle field to a method | Andrew Burgess | 1 | -1/+7 |
2020-06-02 | gdb: Convert language la_print_type field to a method | Andrew Burgess | 1 | -11/+11 |
2020-06-02 | gdb: Convert language la_sniff_from_mangled_name field to a method | Andrew Burgess | 1 | -12/+8 |
2020-06-02 | gdb: Convert language la_search_name_hash field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-02 | gdb: Convert language la_get_compile_instance field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-02 | gdb: Convert language la_iterate_over_symbols field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-02 | gdb: Convert language la_lookup_transparent_type field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-02 | gdb: Convert language la_language_arch_info field to a method | Andrew Burgess | 1 | -46/+41 |
2020-06-02 | gdb: Convert language la_pass_by_reference field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-02 | gdb: Convert language la_read_var_value field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-02 | gdb: Convert language la_print_array_index field to a method | Andrew Burgess | 1 | -1/+0 |
2020-06-02 | gdb: Represent all languages as sub-classes of language_defn | Andrew Burgess | 1 | -1/+17 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -6/+6 |
2020-05-22 | gdb: add type::fields / type::set_fields | Simon Marchi | 1 | -2/+2 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -23/+23 |
2020-05-22 | gdb: add type::num_fields / type::set_num_fields | Simon Marchi | 1 | -1/+1 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -42/+42 |
2020-05-16 | gdb: add type::name / type::set_name | Simon Marchi | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -29/+29 |
2020-05-14 | gdb: add type::code / type::set_code | Simon Marchi | 1 | -1/+1 |
2020-05-07 | gdb: make get_dyn_prop a method of struct type | Simon Marchi | 1 | -2/+1 |
2020-04-24 | Rewrite the existing variant part code | Tom Tromey | 1 | -70/+45 |
2020-03-13 | Remove val_print | Tom Tromey | 1 | -13/+0 |
2020-03-13 | Convert Rust printing to value-based API | Tom Tromey | 1 | -58/+62 |
2020-03-13 | Introduce la_value_print_inner | Tom Tromey | 1 | -0/+1 |
2020-02-22 | Style field names in "print" | Tom Tromey | 1 | -6/+13 |
2020-02-19 | rust/25535 Apply embedded offset to enum variant calculation | Doug Evans | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -1/+1 |
2019-11-05 | Remove la_get_string member | Tom Tromey | 1 | -1/+0 |
2019-10-31 | gdb: Don't print a newline in language la_print_typedef methods | Andrew Burgess | 1 | -1/+1 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -1/+4 |
2019-05-02 | gdb/rust: Handle printing structures containing strings | Andrew Burgess | 1 | -0/+8 |
2019-04-29 | gdb: Introduce new language field la_is_string_type_p | Andrew Burgess | 1 | -0/+21 |
2019-04-29 | gdb: Introduce new language field la_struct_too_deep_ellipsis | Andrew Burgess | 1 | -1/+2 |
2019-04-12 | gdb: Remove LANG_MAGIC | Andrew Burgess | 1 | -2/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-03-24 | Remove null_block_symbol | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -1/+1 |
2018-11-19 | Handle TYPE_CODE_PTR when printing Rust types | Tom Tromey | 1 | -0/+14 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -5/+3 |
2018-09-13 | Make Rust error message mention the field name | Tom Tromey | 1 | -2/+2 |
2018-09-13 | Fix crash with empty Rust enum | Tom Tromey | 1 | -1/+41 |
2018-07-22 | Simple unused variable removals | Tom Tromey | 1 | -2/+2 |