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


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  c33b2f12584e8ae5be0e7a54927194d6b5851623 (commit)
      from  34fd659b79bed7333311a092e18f990e3bd31b2f (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=c33b2f12584e8ae5be0e7a54927194d6b5851623

commit c33b2f12584e8ae5be0e7a54927194d6b5851623
Author: Markus Metzger <markus.t.metzger@intel.com>
Date:   Mon Jun 2 11:35:22 2014 +0200

    symfile, vdso: remove target sections
    
    Target sections added by the add-symbol-file-from-memory command are not
    removed when the process exits.  In fact, they are not removed, at all.
    
    This causes GDB to crash in gdb.base/break-interp.exp.
    
    Change the owner of those target sections to the object file generated in
    symbol_file_add_from_memory and generalize the free_objfile observer in
    symfile.c to remove target sections of any freed object file.

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

Summary of changes:
 gdb/ChangeLog     |    7 +++++++
 gdb/symfile-mem.c |   18 +-----------------
 gdb/symfile.c     |    4 ++--
 3 files changed, 10 insertions(+), 19 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]