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

[Bug guile/16612] When type is saved due to objfile deletion, type needs to be added to its new eq?-hashtab


https://sourceware.org/bugzilla/show_bug.cgi?id=16612

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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  5a1e8c7a83c17df130a48fb0a736cde6f22bfca9 (commit)
      from  350e1a768cca6deab7aeca8adcff9561faeb1f35 (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=5a1e8c7a83c17df130a48fb0a736cde6f22bfca9

commit 5a1e8c7a83c17df130a48fb0a736cde6f22bfca9
Author: Doug Evans <xdje42@gmail.com>
Date:   Thu Mar 13 09:55:12 2014 -0700

    Fix pr 16612.

        * guile/scm-type.c (tyscm_copy_type_recursive): Move type to its
        new eq?-hashtab.

        testsuite/
        * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
        collect after discarding symbols.

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

Summary of changes:
 gdb/ChangeLog                         |    6 ++++++
 gdb/guile/scm-type.c                  |   19 +++++++++++++++++++
 gdb/testsuite/ChangeLog               |    6 ++++++
 gdb/testsuite/gdb.guile/scm-value.exp |    3 +++
 4 files changed, 34 insertions(+), 0 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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