summaryrefslogtreecommitdiff
path: root/gdb/cp-namespace.c
Commit message (Expand)AuthorAgeFilesLines
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use std::string in cp-namespace.cTom Tromey2016-09-231-34/+15
* [obv] Fix broken build on Fedora 23.Walfred Tedeschi2016-07-071-0/+2
* Fix of default lookup for "this" symbol.Walfred Tedeschi2016-07-071-1/+4
* PR 18303, Tolerate malformed input for lookup_symbol-called functionsDon Breazeal2016-03-151-5/+4
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Introduce null_block_symbolPedro Alves2015-11-171-7/+7
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-8/+8
* [Ada] Add support for subprogram renamingsPierre-Marie de Rodat2015-08-131-98/+4
* Fix build error due to uninitialized variable warningUlrich Weigand2015-08-031-0/+1
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-83/+94
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-3/+3
* Don't ignore domain in nested lookups.Doug Evans2015-05-271-17/+23
* PR c++/18141Doug Evans2015-03-301-2/+5
* New common function "startswith"Gary Benson2015-03-061-2/+1
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-31/+32
* PR c++/17976, symtab/17821Doug Evans2015-02-211-15/+28
* misc cp-namespace.c cleanupsDoug Evans2015-02-131-9/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Look up primitive types as symbols.Doug Evans2014-12-231-7/+44
* Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans2014-12-231-1/+2
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-2/+1
* cp-namespace.c (cp_lookup_symbol_via_all_imports): New function.Doug Evans2014-12-221-46/+37
* cp-namespace.c (cp_lookup_symbol_via_imports): New arg "search_scope_first".Doug Evans2014-12-221-6/+10
* cp-namespace.c (cp_lookup_nested_symbol_1): New function.Doug Evans2014-12-221-136/+201
* cp-namespace.c (cp_lookup_symbol_in_namespace): Simplify.Doug Evans2014-12-221-10/+9
* cp-namespace.c: Whitespace cleanup.Doug Evans2014-12-221-9/+9
* New parameter "debug symbol-lookup".Doug Evans2014-12-171-15/+138
* cp_lookup_symbol_via_imports: Renamed from cp_lookup_symbol_imports.Doug Evans2014-12-161-13/+13
* cp_find_type_baseclass_by_name: Renamed from find_type_baseclass_by_name.Doug Evans2014-12-161-2/+2
* Rename cp_is_anonymous to cp_is_in_anonymous.Doug Evans2014-12-121-4/+4
* cp-namespace.c (cp_lookup_nested_symbol): Fix comments.Doug Evans2014-12-111-2/+2
* cp_lookup_symbol_nonlocal: Move definition closer to its subroutines.Doug Evans2014-12-101-29/+23
* cp-namespace.c (lookup_symbol_file): Move next to only caller.Doug Evans2014-12-101-112/+106
* cp_lookup_symbol_imports: Make static.Doug Evans2014-12-101-1/+1
* cp-namespace.c (cp_lookup_symbol_nonlocal): Fix comment.Doug Evans2014-11-221-3/+1
* Use SYMBOL_OBJFILE more.Doug Evans2014-11-181-1/+1
* Rename lookup_symbol_global to lookup_global_symbol.Doug Evans2014-11-061-2/+2
* lookup_symbol_in_block: Renamed from lookup_symbol_aux_block.Doug Evans2014-11-061-1/+1
* Rename lookup_symbol_static to lookup_symbol_in_static_block,Doug Evans2014-11-061-4/+5
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Revert patchset for c++/16253: it causes a large performance regression.Keith Seitz2014-06-071-32/+7
* PR c++/16597Keith Seitz2014-04-161-0/+5
* Remove symbol_matches_domain. This fixesKeith Seitz2014-04-141-7/+32
* implement support for "enum class"Tom Tromey2014-04-141-0/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* fortran: enable ptype/whatis for modules.Keven Boell2013-12-191-0/+4
* PR c++/14819: Explicit class:: inside class scope does not workKeith Seitz2013-11-251-0/+28
* move gdbarch object from objfile to per-BFDTom Tromey2013-08-201-1/+2