Age | Commit message (Expand) | Author | Files | Lines |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -1/+1 |
2022-01-23 | Simplify some Rust expression-evaluation code | Tom Tromey | 1 | -18/+26 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-03 | gdb: trivial changes to use array_view | Simon Marchi | 1 | -6/+4 |
2021-10-29 | gdb: remove TYPE_FIELD_BITPOS | Simon Marchi | 1 | -3/+3 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -5/+6 |
2021-10-07 | gdb: add accessors for field (and call site) location | Simon Marchi | 1 | -2/+2 |
2021-09-30 | gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros | Simon Marchi | 1 | -13/+13 |
2021-09-30 | gdb: add field::name / field::set_name | Simon Marchi | 1 | -2/+2 |
2021-06-25 | gdb: use gdb::optional instead of passing a pointer to gdb::array_view | Andrew Burgess | 1 | -9/+9 |
2021-05-14 | Fix Python pretty-printing bug in Rust | Tom Tromey | 1 | -2/+4 |
2021-04-25 | [PR gdb/22640] ptype: add option to use hexadecimal notation | Lancelot SIX | 1 | -1/+1 |
2021-03-08 | Remove now-unused Rust evaluator code | Tom Tromey | 1 | -506/+1 |
2021-03-08 | Implement Rust funcall operation | Tom Tromey | 1 | -0/+50 |
2021-03-08 | Introduce rust_aggregate_operation | Tom Tromey | 1 | -0/+58 |
2021-03-08 | Implement Rust field operations | Tom Tromey | 1 | -2/+2 |
2021-03-08 | Introduce rust_range_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce rust_subscript_operation | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Introduce rust_unop_ind_operation | Tom Tromey | 1 | -2/+3 |
2021-03-08 | Implement some Rust operations | Tom Tromey | 1 | -5/+9 |
2021-03-08 | Split out eval_op_rust_structop | Tom Tromey | 1 | -39/+51 |
2021-03-08 | Split out eval_op_rust_struct_anon | Tom Tromey | 1 | -60/+70 |
2021-03-08 | Split out eval_op_rust_array | Tom Tromey | 1 | -20/+29 |
2021-03-08 | Split out eval_op_rust_complement | Tom Tromey | 1 | -10/+18 |
2021-03-08 | Split out eval_op_rust_ind | Tom Tromey | 1 | -6/+16 |
2021-03-08 | Change parameters to rust_subscript | Tom Tromey | 1 | -9/+15 |
2021-03-08 | Change parameters to rust_range | Tom Tromey | 1 | -11/+16 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -2/+2 |
2021-01-28 | gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner} | Simon Marchi | 1 | -1/+1 |
2021-01-22 | gdb: remove TYPE_OBJFILE macro | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-23 | gdb: move rust_language into rust-lang.h | Andrew Burgess | 1 | -277/+120 |
2020-12-23 | gdb: remove LA_EMIT_CHAR macro | Andrew Burgess | 1 | -1/+1 |
2020-12-17 | Remove printfi_filtered and fprintfi_filtered | Tom Tromey | 1 | -3/+4 |
2020-11-30 | Remove per-language op_name functions | Tom Tromey | 1 | -17/+0 |
2020-11-25 | Do not include parser-defs.h from c-lang.h | Tom Tromey | 1 | -0/+1 |
2020-11-12 | gdb: rewrite how per language primitive types are managed | Andrew Burgess | 1 | -49/+29 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -33/+33 |
2020-10-23 | gdb: Rename language_defn::demangle | Andrew Burgess | 1 | -1/+1 |
2020-10-22 | gdb: rename 'enum range_type' to 'enum range_flag' | Andrew Burgess | 1 | -4/+4 |
2020-10-22 | gdb: Convert enum range_type to a bit field enum | Andrew Burgess | 1 | -14/+11 |
2020-09-16 | gdb: Remove language_data struct | Andrew Burgess | 1 | -7/+1 |
2020-09-16 | gdb: Convert language_data::la_op_print_tab to a method | Andrew Burgess | 1 | -1/+5 |
2020-09-16 | gdb: Convert language_data::la_exp_desc to a method | Andrew Burgess | 1 | -1/+5 |
2020-09-16 | gdb: Convert language_data::la_varobj_ops to a method | Andrew Burgess | 1 | -1/+0 |
2020-09-16 | gdb: Convert language_data::la_macro_expansion to a method | Andrew Burgess | 1 | -1/+0 |
2020-09-16 | gdb: Convert language_data::la_array_ordering to a method | Andrew Burgess | 1 | -1/+0 |
2020-09-16 | gdb: Convert language_data::la_case_sensitivity to a method | Andrew Burgess | 1 | -1/+0 |
2020-09-16 | gdb: Convert language_data::la_range_check to a method | Andrew Burgess | 1 | -1/+5 |
2020-09-16 | gdb: Convert la_store_sym_names_in_linkage_form_p to a method | Andrew Burgess | 1 | -1/+0 |