This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Improve symbol lookup performance noted in PR 15519


> I'll let it sit for a few days in case there are any more comments.
> I'd also like to commit this to the 7.6 branch.  Ok Joel?
> [I need to rerun the testsuite in that tree before committing there.]

No problem regarding putting this fix in the 7.6 branch. Just a quick
reminder, JIC, to add a entry in the 7.6 release wiki page (thank you!).

> 
> 2013-05-30  Doug Evans  <dje@google.com>
> 	    Keith Seitz  <keiths@redhat.com>
> 
> 	PR 15519
> 	* cp-namespace.c (find_symbol_in_baseclass): Call
> 	cp_lookup_symbol_in_namespace instead of cp_lookup_symbol_namespace.
> 	Remove call to lookup_symbol_static.  Call lookup_static_symbol_aux
> 	unconditionally.  Call check_typedef on base types before accessing
> 	them.
> 	(cp_lookup_nested_symbol): Fix comment.
> 
> 	testsuite/
> 	* gdb.cp/derivation2.cc: New file.
> 	* gdb.cp/derivation.cc (main): Call foo2.
> 	* gdb.cp/derivation.exp: Add tests for typedefs in another
> 	file, and when there's an active block.
-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]