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


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  a344fc094daa257557786eb2ce871debf38456ba (commit)
      from  d64e57faa89ba4de0ebacdc30fbee5d19310950c (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=a344fc094daa257557786eb2ce871debf38456ba

commit a344fc094daa257557786eb2ce871debf38456ba
Author: Patrick Palka <patrick@parcs.ath.cx>
Date:   Sat Aug 30 15:33:08 2014 -0400

    Specify SA_RESTART when registering the SIGWINCH signal handler
    
    SA_RESTART allows system calls to be restarted across a signal handler.
    By specifying this flag we fix the issue where if the user is being
    prompted to answer yes or no, and the terminal gets resized in the
    meantime, the prompt will think that the user sent an EOF and so it will
    take the default action for that prompt (in the case of the quit prompt,
    it will quit GDB).
    
    gdb/ChangeLog:
    
    	* tui/tui-win.c (tui_initialize_win): Specify SA_RESTART when
    	registering the signal handler.

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

Summary of changes:
 gdb/ChangeLog     |    5 +++++
 gdb/tui/tui-win.c |    3 +++
 2 files changed, 8 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]