aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-namespace.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-03Fix build error due to uninitialized variable warningUlrich Weigand1-0/+1
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-83/+94
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-3/+3
2015-05-27Don't ignore domain in nested lookups.Doug Evans1-17/+23
2015-03-30PR c++/18141Doug Evans1-2/+5
2015-03-06New common function "startswith"Gary Benson1-2/+1
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-31/+32
2015-02-21PR c++/17976, symtab/17821Doug Evans1-15/+28
2015-02-13misc cp-namespace.c cleanupsDoug Evans1-9/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-7/+44
2014-12-23Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans1-1/+2
2014-12-23Replace some symbol accessor macros with functions.Doug Evans1-2/+1
2014-12-22cp-namespace.c (cp_lookup_symbol_via_all_imports): New function.Doug Evans1-46/+37
2014-12-22cp-namespace.c (cp_lookup_symbol_via_imports): New arg "search_scope_first".Doug Evans1-6/+10
2014-12-22cp-namespace.c (cp_lookup_nested_symbol_1): New function.Doug Evans1-136/+201
2014-12-22cp-namespace.c (cp_lookup_symbol_in_namespace): Simplify.Doug Evans1-10/+9
2014-12-22cp-namespace.c: Whitespace cleanup.Doug Evans1-9/+9
2014-12-17New parameter "debug symbol-lookup".Doug Evans1-15/+138
2014-12-16cp_lookup_symbol_via_imports: Renamed from cp_lookup_symbol_imports.Doug Evans1-13/+13
2014-12-16cp_find_type_baseclass_by_name: Renamed from find_type_baseclass_by_name.Doug Evans1-2/+2
2014-12-12Rename cp_is_anonymous to cp_is_in_anonymous.Doug Evans1-4/+4
2014-12-11cp-namespace.c (cp_lookup_nested_symbol): Fix comments.Doug Evans1-2/+2
2014-12-10cp_lookup_symbol_nonlocal: Move definition closer to its subroutines.Doug Evans1-29/+23
2014-12-10cp-namespace.c (lookup_symbol_file): Move next to only caller.Doug Evans1-112/+106
2014-12-10cp_lookup_symbol_imports: Make static.Doug Evans1-1/+1
2014-11-22cp-namespace.c (cp_lookup_symbol_nonlocal): Fix comment.Doug Evans1-3/+1
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans1-1/+1
2014-11-06Rename lookup_symbol_global to lookup_global_symbol.Doug Evans1-2/+2
2014-11-06lookup_symbol_in_block: Renamed from lookup_symbol_aux_block.Doug Evans1-1/+1
2014-11-06Rename lookup_symbol_static to lookup_symbol_in_static_block,Doug Evans1-4/+5
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-06-07Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz1-32/+7
2014-04-16PR c++/16597Keith Seitz1-0/+5
2014-04-14Remove symbol_matches_domain. This fixesKeith Seitz1-7/+32
2014-04-14implement support for "enum class"Tom Tromey1-0/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-19fortran: enable ptype/whatis for modules.Keven Boell1-0/+4
2013-11-25PR c++/14819: Explicit class:: inside class scope does not workKeith Seitz1-0/+28
2013-08-20move gdbarch object from objfile to per-BFDTom Tromey1-1/+2
2013-06-05 PR 15519Doug Evans1-15/+19
2013-05-30fix cp-namespace.cTom Tromey1-1/+4
2013-03-14From: Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-0/+5
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-4/+0
2013-01-25 * cp-namespace.c (cp_set_block_scope): Remove.Tom Tromey1-37/+0
2013-01-25 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.Tom Tromey1-8/+22
2013-01-21 * symfile.h (obsavestring): Don't declare.Tom Tromey1-9/+8
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-16 PR c++/13615Keith Seitz1-15/+141
2012-11-13 ARI fixes: Avoid sprintf function use rule.Pierre Muller1-3/+4