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


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  f8c2a73c881913a25c1cb5be766516a75588c7ab (commit)
       via  be6e8ac7441c51348adfcfe495c6dff59a38ed19 (commit)
      from  65bab56b9b708e0af46d3beeff6276dafd78c993 (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=f8c2a73c881913a25c1cb5be766516a75588c7ab

commit f8c2a73c881913a25c1cb5be766516a75588c7ab
Author: Pedro Alves <palves@redhat.com>
Date:   Thu May 1 17:25:52 2014 +0100

    New testsuite/boards/local-remote-host.exp board, now with editing on
    
    This adds a variant of local-remote-host-notty.exp that forces
    pseudo-tty allocation, so that readline/editing is enabled.
    
     $ ssh localhost gdb -q
     (gdb) show editing
     Editing of command lines as they are typed is off.
     (gdb)
    
    vs:
    
     $ ssh -t localhost gdb -q
     (gdb) show editing
     Editing of command lines as they are typed is on.
    
    We now get, e.g.:
    
     Running ../../../src/gdb/testsuite/gdb.base/filesym.exp ...
     PASS: gdb.base/filesym.exp: complete on "filesy"
     PASS: gdb.base/filesym.exp: completion list for "filesym"
     PASS: gdb.base/filesym.exp: set breakpoint at filesym
    
    gdb/testsuite/
    2014-05-01  Pedro Alves  <palves@redhat.com>
    
            * boards/local-remote-host.exp: New file.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=be6e8ac7441c51348adfcfe495c6dff59a38ed19

commit be6e8ac7441c51348adfcfe495c6dff59a38ed19
Author: Pedro Alves <palves@redhat.com>
Date:   Thu May 1 17:25:51 2014 +0100

    Rename testsuite/boards/local-remote-host.exp -> testsuite/boards/local-remote-host-notty.exp
    
    When testing with this board, stdin is not a tty, and so
    readline/editing is disabled:
    
     $ ssh localhost gdb -q
     (gdb) show editing
     Editing of command lines as they are typed is off.
     (gdb)
    
    Rename the file, to make room for a version of this board that forces a pseudo-tty.
    
    gdb/testsuite/
    2014-05-01  Pedro Alves  <palves@redhat.com>
    
    	* boards/local-remote-host.exp: Rename to ...
    	* boards/local-remote-host-notty.exp: ... this.

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

Summary of changes:
 gdb/testsuite/ChangeLog                            |    9 +++++
 ...remote-host.exp => local-remote-host-notty.exp} |    0
 gdb/testsuite/boards/local-remote-host.exp         |   38 ++++++-------------
 3 files changed, 21 insertions(+), 26 deletions(-)
 copy gdb/testsuite/boards/{local-remote-host.exp => local-remote-host-notty.exp} (100%)


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]