Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-04-27 | c_value_print: Revert 'val' to a reference for TYPE_CODE_STRUCT | Martin Galvan | 1 | -8/+9 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 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 |
2015-07-28 | Consider addressable memory unit size in various value functions | Simon Marchi | 1 | -6/+18 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -1/+1 |
2015-07-09 | Factor out memberptr printing code from c_val_print | Simon Marchi | 1 | -6/+23 |
2015-07-09 | Factor out int printing code from c_val_print | Simon Marchi | 1 | -24/+36 |
2015-07-09 | Factor out struct and union printing code from c_val_print | Simon Marchi | 1 | -30/+58 |
2015-07-09 | Factor out pointer printing code from c_val_print | Simon Marchi | 1 | -25/+38 |
2015-07-09 | Factor out array printing code from c_val_print | Simon Marchi | 1 | -94/+110 |
2015-07-09 | Factor out print_unpacked_pointer from c_val_print | Simon Marchi | 1 | -99/+106 |
2015-07-09 | Remove unneeded variable assignment | Simon Marchi | 1 | -4/+4 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |