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


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  f7bd0f7854f2fd0dfeddafd073b007d91bea79e8 (commit)
      from  649ebbcaef0f8e58146e62be0d3f22da5f82446c (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=f7bd0f7854f2fd0dfeddafd073b007d91bea79e8

commit f7bd0f7854f2fd0dfeddafd073b007d91bea79e8
Author: Siva Chandra <sivachandra@chromium.org>
Date:   Mon Dec 2 06:45:09 2013 -0800

    Call overloaded operators to perform operations on gdb.Value objects.
    
    	* NEWS: Add entry for the new feature
    	* python/py-value.c (valpy_binop): Call value_x_binop for struct
    	and class values.
    
    	testsuite/
    	* gdb.python/py-value-cc.cc: Improve test case to enable testing
    	operations on gdb.Value objects.
    	* gdb.python/py-value-cc.exp: Add new test to test operations on
    	gdb.Value objects.
    
    	doc/
    	* python.texi (Values From Inferior): Add description about the
    	new feature.

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

Summary of changes:
 gdb/ChangeLog                            |    6 ++++
 gdb/NEWS                                 |    6 ++++
 gdb/doc/ChangeLog                        |    5 +++
 gdb/doc/python.texi                      |   21 +++++++++++++++-
 gdb/python/py-value.c                    |   40 +++++++++++++++++++++--------
 gdb/testsuite/ChangeLog                  |    7 +++++
 gdb/testsuite/gdb.python/py-value-cc.cc  |   11 ++++++++
 gdb/testsuite/gdb.python/py-value-cc.exp |    4 +++
 8 files changed, 88 insertions(+), 12 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]