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. 0a46d518c7565be02e544ab508f8b5a99b1b5192


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  0a46d518c7565be02e544ab508f8b5a99b1b5192 (commit)
      from  56286edfdc0acaed8f412c6b414bb10c867bd2e8 (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=0a46d518c7565be02e544ab508f8b5a99b1b5192

commit 0a46d518c7565be02e544ab508f8b5a99b1b5192
Author: Simon Marchi <simon.marchi@ericsson.com>
Date:   Wed Dec 10 15:12:17 2014 -0500

    Introduce target_is_gdbserver
    
    This patch introduces a function in gdbserver-support.exp to find out
    whether the current target is GDBserver.
    
    The code was inspired from gdb.trace/qtro.exp, so it replaces the code
    there by a call to the new function.
    
    gdb/testsuite/ChangeLog:
    
    	* gdb.trace/qtro.exp: Replace gdbserver detection code by...
    	* lib/gdb.exp (target_is_gdbserver): New
    	procedure.

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

Summary of changes:
 gdb/testsuite/ChangeLog          |    5 +++++
 gdb/testsuite/gdb.trace/qtro.exp |   13 +------------
 gdb/testsuite/lib/gdb.exp        |   25 +++++++++++++++++++++++++
 3 files changed, 31 insertions(+), 12 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]