Age | Commit message (Expand) | Author | Files | Lines |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_copy into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -5/+5 |
2023-02-13 | Turn value_contents_eq into a method | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn value_fetch_lazy into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_lazy and set_value_lazy functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn some value offset functions into method | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn deprecated_set_value_type into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -17/+17 |
2023-01-19 | GDB: Add a character string limiting option | Andrew Burgess | 1 | -2/+4 |
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 | -5/+5 |
2022-10-14 | Use scoped_value_mark in more places | Tom Tromey | 1 | -3/+2 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -12/+12 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -17/+17 |
2022-03-29 | Rename print_spaces_filtered | Tom Tromey | 1 | -5/+5 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -42/+42 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -16/+16 |
2022-03-07 | Fix bug in ada_print_floating | Tom Tromey | 1 | -0/+7 |
2022-02-28 | Handle multi-byte bracket sequences in Ada lexer | Tom Tromey | 1 | -1/+5 |
2022-02-14 | Remove LA_PRINT_CHAR | Tom Tromey | 1 | -1/+1 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -3/+3 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -3/+3 |
2022-01-26 | gdb: add string_file::release method | Simon Marchi | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-29 | gdb: remove TYPE_FIELD_ENUMVAL | Simon Marchi | 1 | -3/+3 |
2021-10-29 | gdb: remove TYPE_FIELD_BITPOS | Simon Marchi | 1 | -1/+1 |
2021-10-29 | Remove ada_value_print_inner | Tom Tromey | 1 | -24/+5 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -5/+5 |
2021-10-05 | Remove 'varsize-limit' | Tom Tromey | 1 | -6/+0 |
2021-09-30 | gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros | Simon Marchi | 1 | -4/+4 |
2021-04-28 | Fix Ada overloading with 'null' | Tom Tromey | 1 | -2/+13 |
2021-04-15 | Avoid crash in Ada value printing with optimized-out array | Tom Tromey | 1 | -1/+4 |
2021-03-02 | Rewrite GNAT-encoded fixed point types in DWARF reader | Tom Tromey | 1 | -16/+4 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-09 | gdb: make get_discrete_bounds return bool | Simon Marchi | 1 | -1/+1 |
2020-11-23 | Make fixed_point_type_base_type a method of struct type | Joel Brobecker | 1 | -1/+1 |
2020-11-15 | Add support for printing value of DWARF-based fixed-point type objects | Joel Brobecker | 1 | -0/+3 |
2020-11-04 | Synthesize array descriptors with -fgnat-encodings=minimal | Tom Tromey | 1 | -33/+13 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -12/+12 |
2020-11-01 | ada-lang.c: Renaming some fixed-point-related routines | Joel Brobecker | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_UNSIGNED | Simon Marchi | 1 | -2/+2 |
2020-09-14 | gdb: add type::is_unsigned / type::set_is_unsigned | Simon Marchi | 1 | -1/+1 |
2020-07-12 | gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND | Simon Marchi | 1 | -1/+1 |
2020-06-15 | Remove read_memory_string | Tom Tromey | 1 | -2/+2 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -4/+4 |
2020-06-08 | gdb: remove TYPE_INDEX_TYPE macro | Simon Marchi | 1 | -2/+2 |
2020-05-26 | Handle indexing Ada arrays with enum indices | Tom Tromey | 1 | -31/+9 |