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. 350e1a768cca6deab7aeca8adcff9561faeb1f35


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  350e1a768cca6deab7aeca8adcff9561faeb1f35 (commit)
      from  c307e84195f4cc97bf73fcefcb947f73a17b1141 (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=350e1a768cca6deab7aeca8adcff9561faeb1f35

commit 350e1a768cca6deab7aeca8adcff9561faeb1f35
Author: Doug Evans <xdje42@gmail.com>
Date:   Thu Mar 13 09:24:19 2014 -0700

    Fix segv when referencing a value added to history after a Guile garbage collect.
    
    	* value.c (record_latest_value): Call release_value_or_incref
    	instead of release_value.
    
    	testsuite/
    	* gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
    	to history survives a gc.

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

Summary of changes:
 gdb/ChangeLog                         |    5 +++++
 gdb/testsuite/ChangeLog               |    6 ++++++
 gdb/testsuite/gdb.guile/scm-value.exp |    4 ++++
 gdb/value.c                           |    6 +++++-
 4 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]