From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121969 invoked by alias); 8 Feb 2018 14:29:58 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 121954 invoked by uid 89); 8 Feb 2018 14:29:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=grossly, H*M:5c39, H*MI:5c39, communication X-HELO: hqemgate14.nvidia.com Received: from hqemgate14.nvidia.com (HELO hqemgate14.nvidia.com) (216.228.121.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Feb 2018 14:29:55 +0000 Received: from hqpgpgate102.nvidia.com (Not Verified[216.228.121.13]) by hqemgate14.nvidia.com id ; Thu, 08 Feb 2018 06:30:02 -0800 Received: from HQMAIL101.nvidia.com ([172.20.161.6]) by hqpgpgate102.nvidia.com (PGP Universal service); Thu, 08 Feb 2018 06:30:36 -0800 X-PGP-Universal: processed; by hqpgpgate102.nvidia.com on Thu, 08 Feb 2018 06:30:36 -0800 Received: from UKMAIL102.nvidia.com (10.26.138.15) by HQMAIL101.nvidia.com (172.20.187.10) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Thu, 8 Feb 2018 14:29:53 +0000 Received: from localhost.localdomain (10.21.45.12) by UKMAIL102.nvidia.com (10.26.138.15) with Microsoft SMTP Server (TLS) id 15.0.1347.2; Thu, 8 Feb 2018 14:29:50 +0000 To: GDB Development From: Dmitry Antipov Subject: Testing with remote gdbserver Message-ID: <1eca7308-60e6-5c39-1eae-1f9dc1c034f1@nvidia.com> Date: Thu, 08 Feb 2018 14:29:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: UKMAIL101.nvidia.com (10.26.138.13) To UKMAIL102.nvidia.com (10.26.138.15) X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00077.txt.bz2 Hello, are there any known-to-work board configuration files to test gdbserver remotely? After reading https://sourceware.org/gdb/wiki/TestingGDB, I supposed that this has to be relatively simple, at least between two GNU/Linux x86 machines with public key-based ssh access between them. But, since I just have a) noise about missing 'runtest' (which is /usr/bin/runtest in my $PATH), b) a lot of FAILED messages (probably due to communication timeouts) and c) time-to-time zombie ssh processes, I assume that my setup is grossly misconfigured at some non-obvious but very important point. I've started from example remote board file taken from "Testing gdbserver in a remote cross-target configuration" of the above and tried some tweaks, but still have no PASSes (except for local libiberty tests). Is it possible to run the tests in a "much more verbose" mode to check what's going on? Thanks in advance, Dmitry