Age | Commit message (Expand) | Author | Files | Lines |
2023-09-05 | Refactor Rust code for slice-to-array operation | Tom Tromey | 1 | -9/+28 |
2023-09-05 | Move rust_language::lookup_symbol_nonlocal | Tom Tromey | 1 | -0/+37 |
2023-08-31 | gdb: remove TYPE_FIELD_ARTIFICIAL | Simon Marchi | 1 | -3/+3 |
2023-08-31 | [gdb/symtab] Factor out type::{alloc_fields,copy_fields} | Tom de Vries | 1 | -3/+1 |
2023-08-30 | gdb: simplify vector construction in eval_op_rust_array | Simon Marchi | 1 | -8/+1 |
2023-08-29 | Remove "highbound" parameter from value_array | Tom Tromey | 1 | -1/+1 |
2023-08-29 | Use gdb::array_view for value_array | Tom Tromey | 1 | -1/+1 |
2023-08-18 | Remove most includes of psymtab.h | Tom Tromey | 1 | -1/+0 |
2023-05-01 | Replace field_is_static with a method | Tom Tromey | 1 | -4/+4 |
2023-04-17 | Add 128-bit integer support to the Rust parser | Tom Tromey | 1 | -0/+2 |
2023-03-18 | Unify arch_float_type and init_float_type | Tom Tromey | 1 | -2/+2 |
2023-03-18 | Unify arch_boolean_type and init_boolean_type | Tom Tromey | 1 | -1/+1 |
2023-03-18 | Unify arch_character_type and init_character_type | Tom Tromey | 1 | -1/+1 |
2023-03-18 | Unify arch_integer_type and init_integer_type | Tom Tromey | 1 | -11/+12 |
2023-03-18 | Remove alloc_type_copy | Tom Tromey | 1 | -1/+1 |
2023-02-27 | Fix crash with "finish" in Rust | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Convert more block functions to methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Remove deprecated_lval_hack | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Introduce set_lval method on value | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn various value copying-related functions into methods | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn value_fetch_lazy into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_zero into static "constructor" | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn allocate_value_lazy into a static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -28/+28 |
2023-02-09 | Trivially simplify rust_language::print_enum | Tom Tromey | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-19 | Use bool constants for value_print_options | Tom Tromey | 1 | -3/+3 |
2022-10-10 | Remove c_printstr | Tom Tromey | 1 | -2/+3 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -10/+10 |
2022-09-21 | gdb: add type::length / type::set_length | Simon Marchi | 1 | -3/+2 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -19/+19 |
2022-05-10 | Always pass an explicit language down to c_type_print | Pedro Alves | 1 | -2/+3 |
2022-04-15 | Implement value_print for Rust | Tom Tromey | 1 | -0/+21 |
2022-04-15 | Reimplement Rust slice printing | Tom Tromey | 1 | -26/+59 |
2022-04-15 | Remove some dead code from the Rust value printer | Tom Tromey | 1 | -8/+0 |
2022-03-29 | Rename print_spaces_filtered | Tom Tromey | 1 | -6/+6 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -23/+23 |
2022-03-29 | Unify gdb putc functions | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -51/+51 |
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 |