summaryrefslogtreecommitdiff
path: root/gdb/cp-namespace.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-3/+3
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-1/+1
* Remove gdbarch parameter of lookup_typenameSimon Marchi2019-12-051-2/+1
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-5/+5
* gdb/fortran: Nested subroutine supportAndrew Burgess2019-10-031-2/+3
* Revert the header-sorting patchTom Tromey2019-04-061-13/+9
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-9/+13
* Remove null_block_symbolTom Tromey2019-03-241-16/+10
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Parameterize cp_scan_for_anonymous_namespacesTom Tromey2018-07-201-5/+6
* Introduce buildsym-legacy.hTom Tromey2018-07-201-1/+1
* Move the using directives to buildsym_compunitTom Tromey2018-07-161-1/+1
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-3/+3
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-1/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix build with GCC 8: strncpy -> memcpyYao Qi2017-11-221-1/+1
* Remove directive-searched cleanupsTom Tromey2017-11-041-22/+3
* Constify maintenance_cplus_namespaceTom Tromey2017-09-271-1/+1
* Use std::vector in add_using_directiveTom Tromey2017-09-091-1/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Handle "p 'S::method()::static_var'" (quoted) in symbol lookupPedro Alves2017-09-041-23/+27
* 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