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


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  c1ee2fb3cb80ce3a7082002797712d5ffce33e21 (commit)
      from  ff604a674771e63dfc711b83093237ec7d5945dc (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=c1ee2fb3cb80ce3a7082002797712d5ffce33e21

commit c1ee2fb3cb80ce3a7082002797712d5ffce33e21
Author: Pedro Alves <palves@redhat.com>
Date:   Wed May 21 22:28:23 2014 +0100

    Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.
    
    Most ports do the same thing in the tail of their mourn routine - call
    generic_mourn_inferior+inf_child_maybe_unpush_target.
    
    This factors that out to a convenience function.  More could be done,
    but this converts only the really obvious ones.
    
    Tested by building GDB on x86_64 Fedora 20, mingw32 and djgpp.  The
    rest is untested, but I think a patch can't get more obvious.
    
    gdb/
    2014-05-21  Pedro Alves  <palves@redhat.com>
    
    	* inf-child.c (inf_child_mourn_inferior): New function.
    	* inf-child.h (inf_child_mourn_inferior): New declaration.
    	* darwin-nat.c (darwin_mourn_inferior): Use
    	inf_child_mourn_inferior.
    	* gnu-nat.c (gnu_mourn_inferior): Likewise.
    	* inf-ptrace.c (inf_ptrace_mourn_inferior): Likewise.
    	* inf-ttrace.c (inf_ttrace_mourn_inferior): Likewise.
    	* nto-procfs.c (procfs_mourn_inferior): Likewise.
    	* windows-nat.c (windows_mourn_inferior): Likewise.

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

Summary of changes:
 gdb/ChangeLog     |   12 ++++++++++++
 gdb/darwin-nat.c  |    3 +--
 gdb/gnu-nat.c     |    3 +--
 gdb/inf-child.c   |    7 +++++++
 gdb/inf-child.h   |    4 ++++
 gdb/inf-ptrace.c  |    4 +---
 gdb/inf-ttrace.c  |    3 +--
 gdb/nto-procfs.c  |    3 +--
 gdb/windows-nat.c |    3 +--
 9 files changed, 29 insertions(+), 13 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]