From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24176 invoked by alias); 27 Feb 2014 21:31:15 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 24116 invoked by uid 9674); 27 Feb 2014 21:31:14 -0000 Date: Thu, 27 Feb 2014 21:31:00 -0000 Message-ID: <20140227213114.24081.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] jankratochvil/gdbserverbuildid: . X-Git-Refname: refs/heads/jankratochvil/gdbserverbuildid X-Git-Reftype: branch X-Git-Oldrev: 9bfc8cc7f83e8e4bfbe049b1b1a7872662253e8b X-Git-Newrev: 591da78b2118abb27e18cb15e1fd999746ff0fa1 X-SW-Source: 2014-q1/txt/msg00014.txt.bz2 List-Id: The branch, jankratochvil/gdbserverbuildid has been updated via 591da78b2118abb27e18cb15e1fd999746ff0fa1 (commit) from 9bfc8cc7f83e8e4bfbe049b1b1a7872662253e8b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 591da78b2118abb27e18cb15e1fd999746ff0fa1 Author: Jan Kratochvil Date: Thu Feb 27 22:30:23 2014 +0100 . ----------------------------------------------------------------------- Summary of changes: gdb/testsuite/gdb.base/solib-mismatch.exp | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) First 500 lines of diff: diff --git a/gdb/testsuite/gdb.base/solib-mismatch.exp b/gdb/testsuite/gdb.base/solib-mismatch.exp index 77906c4..7a625ba 100644 --- a/gdb/testsuite/gdb.base/solib-mismatch.exp +++ b/gdb/testsuite/gdb.base/solib-mismatch.exp @@ -16,6 +16,11 @@ standard_testfile set executable $testfile +if ![is_remote target] { + untested "only gdbserver supports build-id reporting" + return -1 +} + # Test overview: # generate two shared objects. One that will be used by the process # and another, modified, that will be found by gdb. Gdb should hooks/post-receive -- Repository for Project Archer.