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


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  f23fcd46a7ca34bf466de9164780a78d38729ff7 (commit)
      from  75ddda778c7fcdffea72615bc5b89d17bd107927 (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=f23fcd46a7ca34bf466de9164780a78d38729ff7

commit f23fcd46a7ca34bf466de9164780a78d38729ff7
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue May 13 09:37:54 2014 +0800

    Overwrite ${board}_file in local-remote-host
    
    After I run test like this,
    
     $ make check RUNTESTFLAGS='--host_board=local-remote-host dw2-basic.exp'
    
    gdb.dwarf2/file1.txt in source tree was removed.  In some gdb.dwarf2/*.exp,
    file1.txt is copied to host and then removed at the end.  However, in
    local-remote-host-notty.exp, ${board}_download doesn't copy the file but
    return the absolute path of the src file.  'remote_file host delete' at
    the end will remove the file in source tree.
    
    This patch is to overwrite ${board}_file, and specially make "delete"
    option do nothing.  This approach is used in gdbserver-base.exp and
    remote-stdio-gdbserver.exp too.
    
    gdb/testsuite:
    
    2014-05-14  Yao Qi  <yao@codesourcery.com>
    
    	* boards/local-remote-host-notty.exp (${board}_file): New
    	proc.

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

Summary of changes:
 gdb/testsuite/ChangeLog                          |    5 +++++
 gdb/testsuite/boards/local-remote-host-notty.exp |    7 +++++++
 2 files changed, 12 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]