Age | Commit message (Expand) | Author | Files | Lines |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-29 | Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] | Pedro Alves | 1 | -0/+7 |
2017-11-08 | lookup_name_info::make_ignore_params | Pedro Alves | 1 | -0/+8 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -0/+5 |
2017-10-09 | Make cp_remove_params return a gdb::unique_xmalloc_ptr | Pedro Alves | 1 | -1/+2 |
2017-08-09 | Make cp_comp_to_string return a gdb::unique_xmalloc_ptr<char> | Pedro Alves | 1 | -2/+2 |
2017-07-17 | Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout | Pedro Alves | 1 | -0/+8 |
2017-01-10 | Add constructor and destructor to demangle_parse_info | Tom Tromey | 1 | -6/+5 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -5/+5 |
2016-06-23 | Move logic out of symbol_find_demangled_name | Tom Tromey | 1 | -0/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-13 | [Ada] Add support for subprogram renamings | Pierre-Marie de Rodat | 1 | -91/+1 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -10/+12 |
2015-05-27 | Don't ignore domain in nested lookups. | Doug Evans | 1 | -1/+2 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Add langdef arg to la_lookup_symbol_nonlocal. | Doug Evans | 1 | -3/+5 |
2014-12-16 | cp_find_type_baseclass_by_name: Renamed from find_type_baseclass_by_name. | Doug Evans | 1 | -2/+2 |
2014-12-12 | Rename cp_is_anonymous to cp_is_in_anonymous. | Doug Evans | 1 | -1/+1 |
2014-12-10 | cp_lookup_symbol_imports: Make static. | Doug Evans | 1 | -7/+0 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-25 | PR c++/14819: Explicit class:: inside class scope does not work | Keith Seitz | 1 | -0/+5 |
2013-04-15 | PR c++/11990: | Tom Tromey | 1 | -0/+4 |
2013-01-25 | * cp-namespace.c (cp_set_block_scope): Remove. | Tom Tromey | 1 | -6/+0 |
2013-01-25 | * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update. | Tom Tromey | 1 | -4/+5 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-12 | * cp-support.c (inspect_type, | Tom Tromey | 1 | -0/+6 |
2012-06-13 | gdb/ | Jan Kratochvil | 1 | -3/+3 |
2012-05-24 | * cp-support.h (cp_finalize_namespace, cp_initialize_namespace): | Tom Tromey | 1 | -5/+0 |
2012-04-20 | 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -2/+1 |
2012-04-05 | linespec rewrite: | Keith Seitz | 1 | -2/+0 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-10-20 | * cp-namespace.c (cp_scan_for_anonymous_namespaces): Changed function | Aleksandar Ristovski | 1 | -1/+2 |
2011-08-18 | PR c++/12266 | Keith Seitz | 1 | -4/+28 |
2011-06-29 | gdb/ | Jan Kratochvil | 1 | -0/+29 |
2011-05-31 | PR symtab/12704 | Keith Seitz | 1 | -0/+8 |
2011-04-04 | gdb | Tom Tromey | 1 | -3/+0 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-12-31 | 2010-12-31 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -11/+16 |
2010-07-28 | gdb | Tom Tromey | 1 | -0/+6 |
2010-05-07 | Add ADL support | Sami Wagiaalla | 1 | -0/+4 |
2010-05-03 | gdb/ | Jan Kratochvil | 1 | -13/+38 |
2010-03-15 | 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com> | Sami Wagiaalla | 1 | -2/+15 |
2010-03-10 | 2010-03-09 Sami Wagiaalla <swagiaal@redhat.com> | Sami Wagiaalla | 1 | -6/+2 |
2010-03-09 | dwarf2_physname patchset: | Keith Seitz | 1 | -2/+0 |
2010-02-05 | 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com> | Sami Wagiaalla | 1 | -4/+13 |
2010-01-26 | 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com> | Sami Wagiaalla | 1 | -1/+5 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-09-21 | * cp-support.h (cp_validate_operator): Declare new function. | Keith Seitz | 1 | -0/+2 |