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. 0be03e84176ab0077462b84ef236c56a7a0376fd


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  0be03e84176ab0077462b84ef236c56a7a0376fd (commit)
      from  f180a1fb463a6a9ab4a883374120d16770486914 (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=0be03e84176ab0077462b84ef236c56a7a0376fd

commit 0be03e84176ab0077462b84ef236c56a7a0376fd
Author: Doug Evans <xdje42@gmail.com>
Date:   Sat Apr 12 09:09:41 2014 -0700

    Copy over fix for fetching dynamic type of a reference from python side.
    
    	* guile/scm-value.c (gdbscm_value_dynamic_type): Use coerce_ref to
    	dereference TYPE_CODE_REF values.
    
    	testsuite/
    	* gdb.guile/scm-value.c: Improve test case.
    	* gdb.guile/scm-value.exp: Add new test.

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

Summary of changes:
 gdb/ChangeLog                         |    6 ++++++
 gdb/guile/scm-value.c                 |    5 ++++-
 gdb/testsuite/ChangeLog               |    6 ++++++
 gdb/testsuite/gdb.guile/scm-value.c   |    2 ++
 gdb/testsuite/gdb.guile/scm-value.exp |    2 ++
 5 files changed, 20 insertions(+), 1 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]