Age | Commit message (Expand) | Author | Files | Lines |
2024-04-23 | gdb: move a bunch of quit-related things to event-top.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-29 | Use C++17 [[fallthrough]] attribute | Tom Tromey | 1 | -1/+1 |
2023-11-21 | Remove some type field accessor macros | Tom Tromey | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -2/+2 |
2023-10-02 | Clean up intermediate values in val_print_packed_array_elements | Tom Tromey | 1 | -0/+8 |
2023-08-31 | gdb: remove TYPE_FIELD_PACKED | Simon Marchi | 1 | -1/+1 |
2023-08-31 | gdb: remove TYPE_FIELD_BITSIZE | Simon Marchi | 1 | -3/+3 |
2023-07-21 | Remove ancient Ada workaround | Tom Tromey | 1 | -13/+0 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-05-05 | Use discrete_position in ada-valprint.c | Tom Tromey | 1 | -30/+9 |
2023-04-19 | Remove adjust_type_signedness | Tom Tromey | 1 | -10/+0 |
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 |