Age | Commit message (Expand) | Author | Files | Lines |
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 | -2/+2 |
2023-08-31 | gdb: remove TYPE_FIELD_PACKED | Simon Marchi | 1 | -1/+1 |
2023-08-31 | gdb: remove TYPE_FIELD_BITSIZE | Simon Marchi | 1 | -1/+1 |
2023-05-01 | Replace field_is_static with a method | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn various value copying-related functions into methods | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_bits_synthetic_pointer into a method | Tom Tromey | 1 | -3/+3 |
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 | -7/+7 |
2023-01-19 | GDB: Add a character string limiting option | Andrew Burgess | 1 | -3/+6 |
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 | -4/+4 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -10/+10 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -9/+9 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Rename fprintf_symbol_filtered | Tom Tromey | 1 | -4/+4 |
2022-03-29 | Rename print_spaces_filtered | Tom Tromey | 1 | -5/+5 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -16/+16 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -21/+21 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -1/+1 |
2022-01-31 | gdb: fix some clang-tidy readability-misleading-indentation warnings | Simon Marchi | 1 | -1/+1 |
2022-01-26 | Always call the wrap_here method | Tom Tromey | 1 | -1/+1 |
2022-01-26 | Convert wrap_here to use integer parameter | Tom Tromey | 1 | -1/+1 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 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_BITPOS | Simon Marchi | 1 | -6/+4 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -2/+2 |
2021-09-30 | gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros | Simon Marchi | 1 | -2/+2 |
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-23 | gdb: remove some uses of LA_PRINT_STRING | Andrew Burgess | 1 | -4/+4 |
2020-12-23 | gdb: move pascal_language into p-lang.h | Andrew Burgess | 1 | -12/+10 |
2020-12-09 | gdb: make get_discrete_bounds return bool | Simon Marchi | 1 | -1/+2 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -13/+13 |
2020-09-14 | gdb: remove TYPE_STUB | Simon Marchi | 1 | -1/+1 |
2020-07-12 | gdb: add accessors to struct dynamic_prop | Simon Marchi | 1 | -1/+1 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -7/+5 |
2020-06-08 | gdb: remove TYPE_INDEX_TYPE macro | Simon Marchi | 1 | -1/+1 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -4/+4 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -1/+1 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -6/+6 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -16/+16 |
2020-04-29 | Fix array pretty formatter | Hannes Domani | 1 | -4/+0 |
2020-03-16 | Initialize base_value in pascal_object_print_value | Tom Tromey | 1 | -0/+1 |
2020-03-13 | Remove val_print | Tom Tromey | 1 | -701/+4 |
2020-03-13 | Convert Pascal to value-based API | Tom Tromey | 1 | -0/+310 |
2020-03-13 | Rewrite pascal_value_print_inner | Tom Tromey | 1 | -2/+336 |
2020-03-13 | Introduce pascal_value_print_inner | Tom Tromey | 1 | -0/+13 |