Age | Commit message (Expand) | Author | Files | Lines |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -7/+7 |
2020-03-13 | Remove val_print | Tom Tromey | 1 | -186/+0 |
2020-03-13 | Convert Fortran printing to value-based API | Tom Tromey | 1 | -2/+165 |
2020-03-13 | Introduce f_value_print_innner | Tom Tromey | 1 | -0/+10 |
2020-03-13 | Use common_val_print in f-valprint.c | Tom Tromey | 1 | -8/+3 |
2020-03-03 | gdb/fortran: Fix printing of logical true values for Flang | Andrew Burgess | 1 | -1/+24 |
2020-02-22 | Style field names in "print" | Tom Tromey | 1 | -1/+2 |
2020-02-03 | Fixed gdb to print arrays with very high indexes | Alok Kumar Sharma | 1 | -1/+1 |
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-01 | gdb/fortran: array stride support | Andrew Burgess | 1 | -2/+8 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -5/+5 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -2/+4 |
2019-04-30 | gdb/fortran: Print 'void' type in lower case | Andrew Burgess | 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-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+2 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -10/+8 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -8/+10 |
2019-03-29 | Allow really large fortran array bounds: fortran type/value printers | Keith Seitz | 1 | -2/+2 |
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-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -2/+0 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -2/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -1/+0 |
2017-09-08 | Remove C/C++ relevant code in Fortran specific file. | Christoph Weinmann | 1 | -16/+2 |
2017-06-12 | Remove val_print_type_code_int | Tom Tromey | 1 | -1/+2 |
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 | -7/+6 |
2016-07-14 | Remove unused variables | Tom Tromey | 1 | -3/+2 |
2016-06-21 | Improve user experience in printing Fortran derived types. | Walfred Tedeschi | 1 | -8/+26 |
2016-05-17 | Add array start and end strings to generic_val_print_decorations | Tom Tromey | 1 | -0/+2 |
2016-04-26 | fort_dyn_array: Use value constructor instead of raw-buffer manipulation. | Keven Boell | 1 | -79/+39 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -1/+1 |
2015-04-11 | Remove --xdb | Jan Kratochvil | 1 | -3/+0 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -4/+7 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-04 | Fix PR fortran/17237: bug in f-valprint.c | Sergio Durigan Junior | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-18 | make common_block const | Tom Tromey | 1 | -1/+1 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -2/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-01-21 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-11-26 | gdb/ | Yao Qi | 1 | -1/+1 |