This is the mail archive of the gdb-cvs@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]

gdb and binutils branch master updated. 6f27419a4d739346db2909d4258dea86e8ed0693


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  6f27419a4d739346db2909d4258dea86e8ed0693 (commit)
      from  d276311738a3863e58a1281e56e2073169e7b405 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6f27419a4d739346db2909d4258dea86e8ed0693

commit 6f27419a4d739346db2909d4258dea86e8ed0693
Author: Doug Evans <xdje42@gmail.com>
Date:   Mon Dec 22 09:11:44 2014 -0800

    cp-namespace.c (cp_lookup_nested_symbol_1): New function.
    
    gdb/ChangeLog:
    
    	* cp-namespace.c (cp_lookup_nested_symbol_1): New function.
    	(cp_basic_lookup_symbol): Renamed from lookup_symbol_file.  Delete
    	arg "search".  All callers updated.
    	(cp_lookup_bare_symbol): New function.
    	(cp_search_static_and_baseclasses): New function.
    	(cp_lookup_symbol_in_namespace): Rewrite, move more logic here.
    	(find_symbol_in_baseclass): Simplify, call cp_lookup_nested_symbol_1.
    	(cp_lookup_nested_symbol): Ditto.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog      |   11 ++
 gdb/cp-namespace.c |  337 +++++++++++++++++++++++++++++++---------------------
 2 files changed, 212 insertions(+), 136 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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