From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81979 invoked by alias); 8 Feb 2018 15:50:19 -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 81927 invoked by uid 89); 8 Feb 2018 15:50:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:374 X-HELO: mail-qk0-f172.google.com Received: from mail-qk0-f172.google.com (HELO mail-qk0-f172.google.com) (209.85.220.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Feb 2018 15:50:17 +0000 Received: by mail-qk0-f172.google.com with SMTP id c82so6177449qka.0 for ; Thu, 08 Feb 2018 07:50:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=PSRPJFz4lyhFXPz8TFUxVTKPk4ioiOuq/TMCRHZQJ7s=; b=a6SGkwmbVhg9K4izum+BT6L4fu0ODblGPOuSXeNmPA60sKr12qQiJDVvVsdoK9+ilC VN04cQCXaKCkFpHKU7Z/0pZzH2Z4uiICHCBP2LNCQNTeUkTDSsBxpwUL7wWF8wiOddDu LuBBAyvPUNnqkVMhMEnY7odJdfWCR47qOlqkLEWXykb53g31bOkUqQNoETZ8GTl9uucw p84K6b/4qAVq5aj274Uqiq4gB/xfTWj4pKUiwl8czSHTm6GvjEy0D6smZiSu+IvGgubd 43RPBLJhX72vsebgaRGIxXoFGudABmUkC7zj0BM9sr0aY0GgCDBj/YVNwSRRcf9mzD9e zR9g== X-Gm-Message-State: APf1xPAhm1AIZpTEsmZURbc598QF74wFLYgveDCI33OAu5WJaE2n9WXI qHHsOjtKjXFPmYP7Cr1TKjE7PjFeIeW4QoUQFt4= X-Google-Smtp-Source: AH8x22552eADqyTi8QA9WjLqdDdmfUejxzv5h9Wj3EYFvkoYyKVjdYM69QbxBtZLS5QujCduEUWRuj6iWDe7jVMuvz4= X-Received: by 10.55.88.68 with SMTP id m65mr1661360qkb.186.1518105015915; Thu, 08 Feb 2018 07:50:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.153.232 with HTTP; Thu, 8 Feb 2018 07:50:15 -0800 (PST) In-Reply-To: <1eca7308-60e6-5c39-1eae-1f9dc1c034f1@nvidia.com> References: <1eca7308-60e6-5c39-1eae-1f9dc1c034f1@nvidia.com> From: Yao Qi Date: Thu, 08 Feb 2018 15:50:00 -0000 Message-ID: Subject: Re: Testing with remote gdbserver To: Dmitry Antipov Cc: GDB Development Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00079.txt.bz2 > (except > for local libiberty tests). Is it possible to run the tests in a "much mo= re > verbose" > mode to check what's going on? > $ make check RUNTESTFLAGS=3D"-v --target_board=3DYOUR.BOARD YOUR_TEST.exp" The more "-v" you put in RUNTESTFLAGS, the more verbose the output is. IOW, you can do "-v -v -v" in RUNTESTFLAGS. --=20 Yao (=E9=BD=90=E5=B0=A7)