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. 052ca3707367a7f1fae462a45c56e8e50fe3b98e


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  052ca3707367a7f1fae462a45c56e8e50fe3b98e (commit)
      from  ad26045764197506da8e79adfb2c43798edeffff (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=052ca3707367a7f1fae462a45c56e8e50fe3b98e

commit 052ca3707367a7f1fae462a45c56e8e50fe3b98e
Author: Yao Qi <yao@codesourcery.com>
Date:   Wed Oct 8 22:26:27 2014 +0800

    No longer pull thread list explicitly
    
    As the result of the patch below, GDB updates thread list when a stop is
    presented to user.  The tests don't have to fetch thread list explicitly.
    
      [PATCH 3/3] Fix non-stop regressions caused by "breakpoints always-inserted off" changes
      https://sourceware.org/ml/gdb-patches/2014-09/msg00734.html
    
    This patch is to remove the test code updating thread list.
    
    Run these three tests many times on arm-linux-gnueabi and x86-linux.
    No regressions.
    
    gdb/testsuite:
    
    2014-10-11  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.threads/thread-find.exp: Don't execute command
    	"info threads".
    	* gdb.threads/attach-into-signal.exp (corefunc): Likewise.
    	* gdb.threads/linux-dp.exp: Don't check the condition
    	$threads_created equals to zero.

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

Summary of changes:
 gdb/testsuite/ChangeLog                          |    8 ++++++++
 gdb/testsuite/gdb.threads/attach-into-signal.exp |    9 ---------
 gdb/testsuite/gdb.threads/linux-dp.exp           |    9 +--------
 gdb/testsuite/gdb.threads/thread-find.exp        |    4 ----
 4 files changed, 9 insertions(+), 21 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]