From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78477 invoked by alias); 8 Aug 2018 18:42:47 -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 78456 invoked by uid 89); 8 Aug 2018 18:42:46 -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,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wm0-f68.google.com Received: from mail-wm0-f68.google.com (HELO mail-wm0-f68.google.com) (74.125.82.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Aug 2018 18:42:45 +0000 Received: by mail-wm0-f68.google.com with SMTP id s12-v6so3783896wmc.0 for ; Wed, 08 Aug 2018 11:42:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=yEbd1ZtvuK/ILaCg3SsPhrG4ikAA85Oub7jxZCuAdxg=; b=BcC9viU2fybmzvgANqEWYNy7+Nn2gm3j30MGMZPA2xVX6GMHKEh/uEnFQ68e9H5oLf FtFEjXGz/otcmsiQhUw1EzdcEcqocPEGHaaUwLQBCPZlac/BptrE/09pwdZb5vSIqqEG B0lX4ymd38urM9WBoSIl2tc2eNur8wG0VA87MxwULa47/PvtPpAtnGobiPmQE7NXrT+1 OZpW+jJcEO+FV0Mx3WylAOoDjlGggS/2F705P09nP0YCyBrxp2tdbS19qKTwJh1qePPA M3l9fz16YEWFsXb9kQKM3MZUIuzDZrgoB9itO8TlVwO2GKN+7IQXtDAqLFLWv5zWh7fJ HAPw== MIME-Version: 1.0 Received: by 2002:adf:e44b:0:0:0:0:0 with HTTP; Wed, 8 Aug 2018 11:42:42 -0700 (PDT) In-Reply-To: <20180808181603.GQ3155@embecosm.com> References: <20180808124141.GK3155@embecosm.com> <20180808181603.GQ3155@embecosm.com> From: Jim Wilson Date: Wed, 08 Aug 2018 18:42:00 -0000 Message-ID: Subject: Re: [PATCH 0/5] RISC-V Linux native port To: Andrew Burgess Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-08/txt/msg00180.txt.bz2 On Wed, Aug 8, 2018 at 11:16 AM, Andrew Burgess wrote: > * Jim Wilson [2018-08-08 10:41:52 -0700]: > I was more suggesting at least having the link on the mailing list so > anyone whose interested can find the instructions. Makes sense. You can find info in https://github.com/jim-wilson/riscv-linux-native-gdb/blob/jimw-riscv-linux-gdb/README.md and my collected set of linux kernel patches is https://github.com/jim-wilson/riscv-linux-native-gdb/blob/jimw-riscv-linux-gdb/riscv-linux.txt I'll have to update the info, as the second and third patches are in the queue for this merge window, and the fourth patch needs to be rewritten before I can upstream it. And now that gdb patches are going in upstream I will want to point people at the upstream gdb tree for further work. Jim