aboutsummaryrefslogtreecommitdiff
path: root/gdb/cp-namespace.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-04Handle "p 'S::method()::static_var'" (quoted) in symbol lookupPedro Alves1-23/+27
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-23Use std::string in cp-namespace.cTom Tromey1-34/+15
2016-07-07[obv] Fix broken build on Fedora 23.Walfred Tedeschi1-0/+2
2016-07-07Fix of default lookup for "this" symbol.Walfred Tedeschi1-1/+4
2016-03-15PR 18303, Tolerate malformed input for lookup_symbol-called functionsDon Breazeal1-5/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-17Introduce null_block_symbolPedro Alves1-7/+7
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-8/+8
2015-08-13[Ada] Add support for subprogram renamingsPierre-Marie de Rodat1-98/+4
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