From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34647 invoked by alias); 8 Aug 2018 12:41: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 34520 invoked by uid 89); 8 Aug 2018 12:41:46 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1194, personal X-HELO: mail-wr1-f68.google.com Received: from mail-wr1-f68.google.com (HELO mail-wr1-f68.google.com) (209.85.221.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Aug 2018 12:41:45 +0000 Received: by mail-wr1-f68.google.com with SMTP id j5-v6so1882997wrr.8 for ; Wed, 08 Aug 2018 05:41:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=1KxTHkn+BBs3RRnScnapPr/NlBBORwFpTOuF/y1dCq0=; b=fJArQG2LGcfQOHzfk6NQMiJlcmtR/kVjSZIWvKVKZ3lxlCv6j16BXK/pE6p4Q0LDv5 8wLY/+uI1cYtbnLKlZPLQRfQfcasrCDmNDF13vcSl/HyaSG6UGMQL9nH8zC8YWTCDHIE kE2m3qmFTrMoJLEdyhVJ9Wf89FwOLPMrBQhXw4RolenFFKsWla5l299a0MoZY5GMOQ27 E7ghbFopLdBJwjhgTumnP6Wm4Bt8e9I/lZjkXeaO0BnPKU4UoDgYaiJ8OqmUU06R7HUk wwC5rDZl+j3ytFE533EaTj0DklKdWAOQrm5co84LzoOPQODXqAD3AJlMhaY8E7J4K0Rg AL0Q== Return-Path: Received: from localhost (host81-140-215-41.range81-140.btcentralplus.com. [81.140.215.41]) by smtp.gmail.com with ESMTPSA id s124-v6sm4684165wmf.47.2018.08.08.05.41.42 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 08 Aug 2018 05:41:42 -0700 (PDT) Date: Wed, 08 Aug 2018 12:41:00 -0000 From: Andrew Burgess To: Jim Wilson Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/5] RISC-V Linux native port Message-ID: <20180808124141.GK3155@embecosm.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Fortune: A shortcut is the longest distance between two points. X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00151.txt.bz2 * Jim Wilson [2018-08-07 19:12:26 -0700]: > Here are my current patches to add the RISC-V Linux native support to > gdb. Excellent! > These have been tested on a Hifive Unleashed running Fedora as > previously mentioned and are working reasonably well. > > One caveat I should mention here is that this port requires multiple > Linux kernel patches and a GLIBC patch, which people may not already > have. I'm not sure how to handle that. I have a README.md in my > personal github repo that points at the patches. I think instructions on how to put together a working environment is fine. I guess in this case access to actual hardware is probably required so the number of people testing is going to be pretty low. However, a link would be nice, so we can know we're all looking at the same set of instructions. Thanks, Andrew > There is 1 linux > kernel patch that was added in the previous merge window, 2 being > added in the current merge window, and one I haven't submitted yet for > FP register support because it needs some cleanup work before > upstreaming. There is also a glibc patch that was just added last > week.