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


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  ab19de874b887743e0862e6680e561f6fc4f02fa (commit)
      from  fc98a809db2b6792a47919d30c9bd3446f5a83ca (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=ab19de874b887743e0862e6680e561f6fc4f02fa

commit ab19de874b887743e0862e6680e561f6fc4f02fa
Author: Doug Evans <dje@google.com>
Date:   Wed Apr 16 10:40:41 2014 -0700

    Fix wrapper.exp testcase with stdio gdbserver.
    
    	* lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
    	Add comment.
    	(gdbserver_default_get_comm_port): New function.
    	(gdbserver_start): Check if board file provided
    	"gdbserver,get_comm_port" and use it if so.
    	* boards/native-stdio-gdbserver.exp (sockethost): Set to "".
    	(gdb,socketport): Set to "stdio".
    	(gdbserver,get_comm_port): Set to ${board}_get_comm_port.
    	(stdio_gdbserver_template): Delete.
    	(${board}_get_remote_address): Update.
    	(${board}_build_remote_cmd): Delete.
    	(${board}_get_comm_port): New function.
    	(${board}_spawn): Update.
    	* boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
    	Delete.
    	(${board}_get_remote_address): Update.
    	(${board}_get_comm_port): New function.

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

Summary of changes:
 gdb/testsuite/ChangeLog                         |   20 ++++++++
 gdb/testsuite/boards/native-stdio-gdbserver.exp |   54 ++++------------------
 gdb/testsuite/boards/remote-stdio-gdbserver.exp |   38 +++-------------
 gdb/testsuite/lib/gdbserver-support.exp         |   15 ++++++-
 4 files changed, 50 insertions(+), 77 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]