Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-03-13 | Make pascal_object_print_value_fields static | Tom Tromey | 1 | -1/+9 |
2020-02-22 | Style field names in "print" | Tom Tromey | 1 | -4/+10 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-04 | Use metadata style in a few more places | Tom Tromey | 1 | -3/+3 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -3/+2 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 1 | -1/+1 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -6/+10 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-03-24 | More block constification | Tom Tromey | 1 | -2/+1 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -2/+0 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -66/+68 |
2018-06-01 | Remove type_name_no_tag and rename type_name_no_tag_or_error | Tom Tromey | 1 | -3/+3 |
2018-01-05 | Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) | Pedro Alves | 1 | -4/+6 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-09 | Use gdb::byte_vector in pascal_object_print_value | Tom Tromey | 1 | -8/+5 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -9/+10 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -5/+5 |
2016-05-17 | Add array start and end strings to generic_val_print_decorations | Tom Tromey | 1 | -1/+3 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-18 | [C++] Add casts to obstack_base calls | Simon Marchi | 1 | -1/+2 |
2015-10-09 | Change some void* to gdb_byte* | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-09-04 | gdb: Remove casts of NULL during assignment. | Andrew Burgess | 1 | -2/+2 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -1/+1 |