Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-07-07 | Fix of default lookup for "this" symbol. | Walfred Tedeschi | 1 | -1/+4 |
2016-03-15 | PR 18303, Tolerate malformed input for lookup_symbol-called functions | Don Breazeal | 1 | -5/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-17 | Introduce null_block_symbol | Pedro Alves | 1 | -7/+7 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -8/+8 |
2015-08-13 | [Ada] Add support for subprogram renamings | Pierre-Marie de Rodat | 1 | -98/+4 |
2015-08-03 | Fix build error due to uninitialized variable warning | Ulrich Weigand | 1 | -0/+1 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -83/+94 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -3/+3 |
2015-05-27 | Don't ignore domain in nested lookups. | Doug Evans | 1 | -17/+23 |
2015-03-30 | PR c++/18141 | Doug Evans | 1 | -2/+5 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -2/+1 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -31/+32 |
2015-02-21 | PR c++/17976, symtab/17821 | Doug Evans | 1 | -15/+28 |
2015-02-13 | misc cp-namespace.c cleanups | Doug Evans | 1 | -9/+8 |
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 | Look up primitive types as symbols. | Doug Evans | 1 | -7/+44 |
2014-12-23 | Add langdef arg to la_lookup_symbol_nonlocal. | Doug Evans | 1 | -1/+2 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -2/+1 |
2014-12-22 | cp-namespace.c (cp_lookup_symbol_via_all_imports): New function. | Doug Evans | 1 | -46/+37 |
2014-12-22 | cp-namespace.c (cp_lookup_symbol_via_imports): New arg "search_scope_first". | Doug Evans | 1 | -6/+10 |
2014-12-22 | cp-namespace.c (cp_lookup_nested_symbol_1): New function. | Doug Evans | 1 | -136/+201 |
2014-12-22 | cp-namespace.c (cp_lookup_symbol_in_namespace): Simplify. | Doug Evans | 1 | -10/+9 |
2014-12-22 | cp-namespace.c: Whitespace cleanup. | Doug Evans | 1 | -9/+9 |
2014-12-17 | New parameter "debug symbol-lookup". | Doug Evans | 1 | -15/+138 |
2014-12-16 | cp_lookup_symbol_via_imports: Renamed from cp_lookup_symbol_imports. | Doug Evans | 1 | -13/+13 |
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 | -4/+4 |
2014-12-11 | cp-namespace.c (cp_lookup_nested_symbol): Fix comments. | Doug Evans | 1 | -2/+2 |
2014-12-10 | cp_lookup_symbol_nonlocal: Move definition closer to its subroutines. | Doug Evans | 1 | -29/+23 |