Age | Commit message (Expand) | Author | Files | Lines |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn value_address and set_value_address functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_initialized and set_value_initialized functions into methods | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_enclosing_type into method | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -9/+9 |
2023-01-19 | GDB: Add a character string limiting option | Andrew Burgess | 1 | -2/+3 |
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 | -1/+1 |
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 |