summaryrefslogtreecommitdiff
path: root/gdb/cp-namespace.c
AgeCommit message (Expand)Author
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-22Fix build with GCC 8: strncpy -> memcpyYao Qi
2017-11-04Remove directive-searched cleanupsTom Tromey
2017-09-27Constify maintenance_cplus_namespaceTom Tromey
2017-09-09Use std::vector in add_using_directiveTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Handle "p 'S::method()::static_var'" (quoted) in symbol lookupPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-09-23Use std::string in cp-namespace.cTom Tromey
2016-07-07[obv] Fix broken build on Fedora 23.Walfred Tedeschi
2016-07-07Fix of default lookup for "this" symbol.Walfred Tedeschi
2016-03-15PR 18303, Tolerate malformed input for lookup_symbol-called functionsDon Breazeal
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-17Introduce null_block_symbolPedro Alves
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-13[Ada] Add support for subprogram renamingsPierre-Marie de Rodat
2015-08-03Fix build error due to uninitialized variable warningUlrich Weigand
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-05-27Don't ignore domain in nested lookups.Doug Evans
2015-03-30PR c++/18141Doug Evans
2015-03-06New common function "startswith"Gary Benson
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-02-21PR c++/17976, symtab/17821Doug Evans
2015-02-13misc cp-namespace.c cleanupsDoug Evans
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-12-23Look up primitive types as symbols.Doug Evans
2014-12-23Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans
2014-12-23Replace some symbol accessor macros with functions.Doug Evans
2014-12-22cp-namespace.c (cp_lookup_symbol_via_all_imports): New function.Doug Evans
2014-12-22cp-namespace.c (cp_lookup_symbol_via_imports): New arg "search_scope_first".Doug Evans
2014-12-22cp-namespace.c (cp_lookup_nested_symbol_1): New function.Doug Evans
2014-12-22cp-namespace.c (cp_lookup_symbol_in_namespace): Simplify.Doug Evans
2014-12-22cp-namespace.c: Whitespace cleanup.Doug Evans
2014-12-17New parameter "debug symbol-lookup".Doug Evans
2014-12-16cp_lookup_symbol_via_imports: Renamed from cp_lookup_symbol_imports.Doug Evans
2014-12-16cp_find_type_baseclass_by_name: Renamed from find_type_baseclass_by_name.Doug Evans
2014-12-12Rename cp_is_anonymous to cp_is_in_anonymous.Doug Evans
2014-12-11cp-namespace.c (cp_lookup_nested_symbol): Fix comments.Doug Evans
2014-12-10cp_lookup_symbol_nonlocal: Move definition closer to its subroutines.Doug Evans
2014-12-10cp-namespace.c (lookup_symbol_file): Move next to only caller.Doug Evans
2014-12-10cp_lookup_symbol_imports: Make static.Doug Evans
2014-11-22cp-namespace.c (cp_lookup_symbol_nonlocal): Fix comment.Doug Evans
2014-11-18Use SYMBOL_OBJFILE more.Doug Evans
2014-11-06Rename lookup_symbol_global to lookup_global_symbol.Doug Evans
2014-11-06lookup_symbol_in_block: Renamed from lookup_symbol_aux_block.Doug Evans
2014-11-06Rename lookup_symbol_static to lookup_symbol_in_static_block,Doug Evans
2014-08-07Include gdb_assert.h in common-defs.hGary Benson