Age | Commit message (Expand) | Author | Files | Lines |
2023-07-07 | gdb/cp-namespace.c: Fix assert failure caused by malformed user input | Aaron Merey | 1 | -2/+3 |
2023-02-19 | Convert block_static_block and block_global_block to methods | Tom Tromey | 1 | -1/+1 |
2023-02-19 | Convert more block functions to methods | Tom Tromey | 1 | -3/+3 |
2023-02-19 | Convert block_gdbarch to method | Tom Tromey | 1 | -1/+1 |
2023-01-06 | gdb/c++: Detect ambiguous variables in imported namespaces | Bruno Larsen | 1 | -25/+72 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-21 | gdb/c++: validate 'using' directives based on the current line | Bruno Larsen | 1 | -3/+12 |
2022-12-14 | gdb: convert 'set debug symbol-lookup' to new debug printing scheme | Andrew Burgess | 1 | -78/+35 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+1 |
2022-10-03 | Improve GDB's baseclass detection with typedefs | Bruno Larsen | 1 | -2/+3 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -1/+1 |
2022-04-27 | gdb: remove BLOCK_SUPERBLOCK macro | Simon Marchi | 1 | -2/+2 |
2022-04-27 | gdb: remove BLOCK_FUNCTION macro | Simon Marchi | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -46/+46 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -2/+2 |
2022-02-06 | gdb: remote SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION macro | Simon Marchi | 1 | -1/+1 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-05 | Use filtered output in ordinary commands | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
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 | -9/+9 |
2020-06-17 | gdb: Convert language la_lookup_symbol_nonlocal field to a method | Andrew Burgess | 1 | -1/+1 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -2/+2 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -3/+3 |
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-16 | Use an accessor function for general_symbol_info::language | Christian Biesinger | 1 | -1/+1 |
2019-12-05 | Remove gdbarch parameter of lookup_typename | Simon Marchi | 1 | -2/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -5/+5 |
2019-10-03 | gdb/fortran: Nested subroutine support | Andrew Burgess | 1 | -2/+3 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -13/+9 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -9/+13 |
2019-03-24 | Remove null_block_symbol | Tom Tromey | 1 | -16/+10 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-20 | Parameterize cp_scan_for_anonymous_namespaces | Tom Tromey | 1 | -5/+6 |
2018-07-20 | Introduce buildsym-legacy.h | Tom Tromey | 1 | -1/+1 |
2018-07-16 | Move the using directives to buildsym_compunit | 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-01-05 | Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670) | Pedro Alves | 1 | -1/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-22 | Fix build with GCC 8: strncpy -> memcpy | Yao Qi | 1 | -1/+1 |
2017-11-04 | Remove directive-searched cleanups | Tom Tromey | 1 | -22/+3 |
2017-09-27 | Constify maintenance_cplus_namespace | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Use std::vector in add_using_directive | Tom Tromey | 1 | -1/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-09-04 | Handle "p 'S::method()::static_var'" (quoted) in symbol lookup | Pedro Alves | 1 | -23/+27 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-23 | Use std::string in cp-namespace.c | Tom Tromey | 1 | -34/+15 |
2016-07-07 | [obv] Fix broken build on Fedora 23. | Walfred Tedeschi | 1 | -0/+2 |