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


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  ebcc6c3a7b5021bab3cc30e9b7d4c340153a0c32 (commit)
      from  7dba4c934c4c294f28060207df711f730f23a2a8 (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=ebcc6c3a7b5021bab3cc30e9b7d4c340153a0c32

commit ebcc6c3a7b5021bab3cc30e9b7d4c340153a0c32
Author: Yao Qi <yao@codesourcery.com>
Date:   Thu Aug 14 15:24:58 2014 +0800

    Skip tfile.exp if unable to generate trace file
    
    I added proc generate_tracefile in this patch
    https://sourceware.org/ml/gdb-patches/2014-03/msg00591.html but
    tfile.exp isn't skipped as changelog entry said:
    
    	* gdb.trace/tfile.exp: Skip the test if generate_tracefile
    	return 0.
    
    it is a mistake I made at the last minute.  Patch below fixed it.
    
    gdb/testsuite:
    
    2014-08-15  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
    	false.

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

Summary of changes:
 gdb/testsuite/ChangeLog           |    5 +++++
 gdb/testsuite/gdb.trace/tfile.exp |    1 +
 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]