Age | Commit message (Expand) | Author | Files | Lines |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -5/+5 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -4/+4 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -2/+2 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -4/+4 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -8/+8 |
2020-03-13 | Remove val_print | Tom Tromey | 1 | -511/+3 |
2020-03-13 | Change extension language pretty-printers to use value API | Tom Tromey | 1 | -13/+15 |
2020-03-13 | Introduce cp_print_value | Tom Tromey | 1 | -4/+164 |
2020-03-13 | Introduce cp_print_value_fields and c_value_print_struct | Tom Tromey | 1 | -1/+278 |
2020-03-13 | Use common_val_print in cp-valprint.c | Tom Tromey | 1 | -5/+1 |
2020-02-22 | Style field names in "print" | Tom Tromey | 1 | -6/+12 |
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 | -6/+6 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 1 | -1/+1 |
2019-10-07 | Move declaration of vtbl_ptr_name to the header. | Christian Biesinger | 1 | -1/+1 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -8/+11 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-06-27 | Fix two buglets in cp_print_value_fields patch | Tom Tromey | 1 | -1/+1 |
2019-06-13 | Make "print" and "compile print" support -OPT options | Pedro Alves | 1 | -57/+0 |
2019-05-29 | Fix crash in cp_print_value_fields | Tom Tromey | 1 | -7/+5 |
2019-04-29 | gdb: Introduce 'print max-depth' feature | Andrew Burgess | 1 | -31/+49 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -6/+4 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -14/+12 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -12/+14 |
2019-03-26 | gdb: Avoid trailing whitespace when pretty printing | Andrew Burgess | 1 | -2/+6 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
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 | -1/+1 |
2018-06-01 | Remove type_name_no_tag and rename type_name_no_tag_or_error | Tom Tromey | 1 | -3/+3 |
2018-04-02 | Fix infinite recursion when printing static member with typedef | Weimin Pan | 1 | -3/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-26 | Fix broken recursion detection when printing static members | Patrick Frants | 1 | -7/+3 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-03 | Use containers to avoid cleanups | Tom Tromey | 1 | -8/+4 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-11 | Remove apply_val_pretty_printer parameter valaddr | Yao Qi | 1 | -5/+1 |
2016-11-11 | Remove parameter valaddr from c print functions | Yao Qi | 1 | -7/+9 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -7/+6 |
2016-10-06 | gdb: Remove some C compiler support leftovers | Pedro Alves | 1 | -1/+1 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -7/+8 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -2/+2 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -9/+12 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -8/+10 |