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. 1cf2f1b045e9e647f6dfd28829ff4592c588dcb7


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  1cf2f1b045e9e647f6dfd28829ff4592c588dcb7 (commit)
      from  b006a80e5f41125c876a60a143ad421113533efc (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=1cf2f1b045e9e647f6dfd28829ff4592c588dcb7

commit 1cf2f1b045e9e647f6dfd28829ff4592c588dcb7
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Fri Sep 12 13:39:04 2014 +0200

    testsuite: Fix runaway attach processes
    
    I have started seeing occasional runaway 'attach' processes these days.
    I cannot be certain it is really caused by this patch, for example
    grep 'FAIL.*cmdline attach run' does not show anything in my logs.
    
    But as I remember this 'attach' runaway process always happened in GDB (but
    I do not remember it in the past months) I think it would be most safe to just
    solve it forever by [attached].
    
    gdb/testsuite/ChangeLog
    2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
    
    	* gdb.base/attach.c: Include unistd.h.
    	(main): Call alarm.  Add label postloop.
    	* gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
    	gdb_breakpoint, gdb_continue_to_breakpoint.
    	(test_command_line_attach_run): Kill ${testpid} in one exit path.

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

Summary of changes:
 gdb/testsuite/ChangeLog           |    8 ++++++++
 gdb/testsuite/gdb.base/attach.c   |    5 ++++-
 gdb/testsuite/gdb.base/attach.exp |    8 +++-----
 3 files changed, 15 insertions(+), 6 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]