From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6875 invoked by alias); 21 Jan 2020 23:49:23 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 6865 invoked by uid 89); 21 Jan 2020 23:49:23 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: mail-ua1-f65.google.com Received: from mail-ua1-f65.google.com (HELO mail-ua1-f65.google.com) (209.85.222.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Jan 2020 23:49:21 +0000 Received: by mail-ua1-f65.google.com with SMTP id a12so1760175uan.0 for ; Tue, 21 Jan 2020 15:49:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=P2GXz6+k7LyyhCT5+h4MGO/MO3eWdSjNHZpqySQIwHI=; b=ACoQeiugCVpKUZKCeTji/u8LBUHa7gqVn6MQwvvSlFGYfJXz25fQ2Qlb9xOKVqUVlJ 9gJTK1lKCe50NXkF6gfRAov/oSmSOMoedorPkZaMCFU/97m48VfXNVhnjeK2TmNcTUTP qThjfO0uboHzp4fWun8sAXcjL4o8sp3wg6syurynJkOuefswKn5t8gjfeaNE/ZzlnNyH ZkQJVo4/LZ9DRs2azBeVRgZQ4RxmI9QdFLMm1qoyd0njxhprb0fnim6H6CB265f5G629 V6Wnh/IPo2W6pfPKLEkSlc6G1c9gxfa0tTEsqpf95SESWouiJ7DdjXVjsQzSlrUcH44D nkCg== MIME-Version: 1.0 References: <00e401d5cb52$63a4d000$2aee7000$@c-sky.com> In-Reply-To: From: Jim Wilson Date: Tue, 21 Jan 2020 23:56:00 -0000 Message-ID: Subject: Re: [PATCH] riscv: add gdbserver support To: "Maciej W. Rozycki" Cc: jiangshuai_li@c-sky.com, Andrew Burgess , guoren@kernel.org, gdb-patches@sourceware.org, =?UTF-8?B?5aSP56uL5pa5?= , yunhai_shang Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00659.txt.bz2 On Mon, Jan 20, 2020 at 3:33 PM Maciej W. Rozycki wrote: > NB my RV64 HiFive Unleashed test results look like below: For my last run in early January, on fedora rawhide with a patched 4.15 linux kernel and lots of packages installed, I get === gdb Summary === # of expected passes 62674 # of unexpected failures 980 # of unexpected successes 2 # of expected failures 71 # of unknown successes 5 # of known failures 105 # of untested testcases 93 # of unresolved testcases 10 # of unsupported tests 243 So it looks similarly to your results. Jim