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. 5723a6fd0636bed6d278ab19f6ead31d748a7a78


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  5723a6fd0636bed6d278ab19f6ead31d748a7a78 (commit)
      from  614d5099da07f5899dfac9720f49b9f6f350c1bd (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=5723a6fd0636bed6d278ab19f6ead31d748a7a78

commit 5723a6fd0636bed6d278ab19f6ead31d748a7a78
Author: Yao Qi <yao@codesourcery.com>
Date:   Fri Apr 18 19:19:22 2014 +0800

    Call post_create_inferior in ctf_open.
    
    We don't call post_create_inferior at the end of ctf_open.  It is an
    oversight in patch
    
      [PATCH 2/2] Create inferior for ctf target.
      https://sourceware.org/ml/gdb-patches/2014-01/msg01056.html
    
    This patch is to call post_create_inferior at the end of ctf_open,
    like the end of tfile_open.
    
    gdb:
    
    2014-04-19  Yao Qi  <yao@codesourcery.com>
    
    	* ctf.c (ctf_open): Call post_create_inferior.

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

Summary of changes:
 gdb/ChangeLog |    4 ++++
 gdb/ctf.c     |    2 ++
 2 files changed, 6 insertions(+), 0 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]