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. ca20d46296a700f493edaa05401b75b1759e78c8


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  ca20d46296a700f493edaa05401b75b1759e78c8 (commit)
      from  a53b64eaa0816d9136f92b51f5e0d23e718b84f3 (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=ca20d46296a700f493edaa05401b75b1759e78c8

commit ca20d46296a700f493edaa05401b75b1759e78c8
Author: Yao Qi <yao@codesourcery.com>
Date:   Sat Oct 26 15:27:13 2013 +0800

    Rename field 'lang' to 'lang_ops'.
    
    On 10/25/2013 11:34 AM, Joel Brobecker wrote:
    > Also, as a followup, I think it would be beneficial if we renamed
    > field "lang" in the varobj_root into "lang_ops". I think it's more
    > descriptive, especially since "lang" is used elsewhere with different
    > meanings (and types).
    
    Here is the patch to rename 'lang' to 'lang_ops'.  Committed as obvious.
    
    gdb:
    
    2013-10-27  Yao Qi  <yao@codesourcery.com>
    
    	* varobj.c (struct varobj_root) <lang>: Rename to 'lang_ops'.
    	(varobj_create, varobj_get_path_expr): Update.
    	(varobj_value_has_mutated, varobj_update): Likewise.
    	(create_child_with_value, new_root_variable): Likewise.
    	(number_of_children, name_of_variable): Likewise.
    	(value_of_child, my_value_of_variable): Likewise.
    	(varobj_value_is_changeable_p): Likewise.

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

Summary of changes:
 gdb/ChangeLog |   10 ++++++++++
 gdb/varobj.c  |   30 +++++++++++++++---------------
 2 files changed, 25 insertions(+), 15 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]