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


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  c87e6d0015ae357774fa5a25e2dcfed2c1df097f (commit)
      from  441ef17f095f99bb094eb28990a92b8cdc8553b4 (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=c87e6d0015ae357774fa5a25e2dcfed2c1df097f

commit c87e6d0015ae357774fa5a25e2dcfed2c1df097f
Author: Simon Marchi <simon.marchi@ericsson.com>
Date:   Tue Nov 4 08:27:06 2014 -0500

    tui: Fix newterm call for older ncurses
    
    Older versions of ncurses' newterm can't take NULL for their ofp and ifp
    parameters. Newer versions can, and they fall back on stdout/stdin if
    that is the case.
    
    This patch explicitly passes stdout/stdin to the call to newterm to
    avoid segfaulting with older ncurses.
    
    gdb/Changelog:
    
    2014-11-04  Simon Marchi  <simon.marchi@ericsson.com>
    
    	* tui/tui.c (tui_enable): Pass stdout and stdin to newterm.

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

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