Age | Commit message (Expand) | Author | Files | Lines |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -8/+8 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -8/+8 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Rename print_spaces_filtered | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -16/+16 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -8/+8 |
2022-02-14 | Remove LA_PRINT_STRING | Tom Tromey | 1 | -3/+3 |
2022-02-14 | Remove LA_PRINT_CHAR | Tom Tromey | 1 | -1/+2 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-29 | Allow DW_ATE_UTF for Rust characters | Tom Tromey | 1 | -1/+1 |
2021-10-29 | gdb: remove TYPE_FIELD_BITPOS | Simon Marchi | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -4/+4 |
2021-09-23 | Change pointer_type to a method of struct type | Tom Tromey | 1 | -1/+1 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -5/+3 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -3/+3 |
2020-09-15 | Handle member pointers directly in generic_value_print | Tom Tromey | 1 | -25/+1 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -1/+1 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -7/+7 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -13/+13 |
2020-04-29 | Fix array pretty formatter | Hannes Domani | 1 | -4/+0 |
2020-04-01 | Change how complex types are printed in C | Tom Tromey | 1 | -1/+1 |
2020-03-13 | Remove val_print | Tom Tromey | 1 | -330/+0 |
2020-03-13 | Introduce cp_print_value_fields and c_value_print_struct | Tom Tromey | 1 | -7/+29 |
2020-03-13 | Introduce c_value_print_array | Tom Tromey | 1 | -2/+97 |
2020-03-13 | Introduce c_value_print_memberptr | Tom Tromey | 1 | -2/+18 |
2020-03-13 | Introduce c_value_print_int | Tom Tromey | 1 | -3/+32 |
2020-03-13 | Introduce c_value_print_ptr | Tom Tromey | 1 | -2/+38 |
2020-03-13 | Rewrite c_value_print_inner | Tom Tromey | 1 | -2/+61 |
2020-03-13 | Introduce c_value_print_inner | Tom Tromey | 1 | -0/+11 |
2020-03-13 | Simplify c_val_print_array | Tom Tromey | 1 | -6/+1 |
2020-03-13 | Use common_val_print in c-valprint.c | Tom Tromey | 1 | -37/+20 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
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 | -2/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -10/+7 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -7/+10 |
2019-03-24 | More block constification | Tom Tromey | 1 | -2/+1 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -1/+0 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-01-05 | Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) | Pedro Alves | 1 | -3/+6 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-06-12 | Remove val_print_type_code_int | Tom Tromey | 1 | -2/+2 |
2017-03-20 | Implement printing of rvalue reference types and values | Artemiy Volkov | 1 | -2/+2 |
2017-03-20 | Add ability to return rvalue reference values from value_ref | Artemiy Volkov | 1 | -3/+7 |
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 | -16/+17 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -1/+2 |
2016-05-17 | Add array start and end strings to generic_val_print_decorations | Tom Tromey | 1 | -1/+3 |