From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21380 invoked by alias); 29 Nov 2018 22:22:59 -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 21370 invoked by uid 89); 29 Nov 2018 22:22:59 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=Hx-languages-length:221 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; Thu, 29 Nov 2018 22:22:58 +0000 Received: by mail-ua1-f65.google.com with SMTP id j3so1224216uap.3 for ; Thu, 29 Nov 2018 14:22:58 -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=90rXwU5ejIuPuy6tpZnYnpBNFgxOdCSrSsWKNHbIb5A=; b=XAXMDcQanWxgQbPo6NhwRFA+Ud1Ye4poLN4WmhYOsBzbqPzCoHZHxrPCUmk5Mp44s7 LNWPy1bXmbG09zhWP9A/GPS3m75DgsJjsWCMii6SXY9hAv9Hyqy7p7Ctk9p9l6am9LWn OC1XTbGAa21fk1ermkrUbEO19tE310xCmvjIyNemDVKbYYX201JRuDmMre1uqRTwZo+R O6hLapu7k5URf1WZnM6dDUqh2Q0PmHIuosHrO11/zDOtUHqIq6Nt0RG59p5p8uXI+txi 2U2N67Uxw5FYh/I3LwNbyMWPVhg9970zEL13bRp0xDzHYwa6Ohf5X7dS6D1XJHFn6gm2 SDaA== MIME-Version: 1.0 References: <39fcb759028c9fe3b17c8fdd2469a7238f231296.1543509416.git.andrew.burgess@embecosm.com> In-Reply-To: <39fcb759028c9fe3b17c8fdd2469a7238f231296.1543509416.git.andrew.burgess@embecosm.com> From: Jim Wilson Date: Thu, 29 Nov 2018 22:22:00 -0000 Message-ID: Subject: Re: [PATCH 4/4] gdb/riscv: Add read_description method for riscv_linux_nat_target To: Andrew Burgess Cc: gdb-patches@sourceware.org, Palmer Dabbelt , John Baldwin Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-11/txt/msg00553.txt.bz2 I tried the new patch set on my HiFive Unleashed and it does solve the problem. The gdb testsuite results on my board look good now. Jim