From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16467 invoked by alias); 16 Nov 2016 19:17:07 -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 16436 invoked by uid 89); 16 Nov 2016 19:17:07 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*Ad:U*andrew, hes, he's, feedback! X-HELO: mail-pf0-f174.google.com Received: from mail-pf0-f174.google.com (HELO mail-pf0-f174.google.com) (209.85.192.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 16 Nov 2016 19:16:56 +0000 Received: by mail-pf0-f174.google.com with SMTP id i88so44063249pfk.2 for ; Wed, 16 Nov 2016 11:16:56 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:to:cc:subject:date:message-id :in-reply-to:references; bh=2UPnggOCwSJczGL0RtYU2gZtYVXQm695qGQWULRu8c4=; b=B3/eJ8XS4sV6cdA6tLzs0DZJbsR1qhh0MKWx9Ve71fQuEqQK64WVI+J3x0MlNjG/rc RO0HfjG8qifr0bUZ4Bwg46aqvaSzRsWeoGH7fPKRW8c/G/UkEBK1gOlcayKzzNlo0+Ja RtDWOccxTLNHOk7+Muk6cTbc/xhOSFaepvl4D1qrihcI9jqRPhy0VRy0FSvhPL5oIjkr fby9hZNzprhvh99AUpLkVDAhsHnSkhnjQHgDcindGxtAf6UPy9QQ+l/FmxbgfG5jO71D raC0q57nrfwo7EpaG6M0l5Fpa6h7rNZcfecrQg785+rbNbTkjWyMXowMn3SVPescGJLN 5mQQ== X-Gm-Message-State: ABUngvcAzhsska2vc0TCk460wM05EYDSPISAbKZMzo66EUnxkhS1AN6Z0lUf0fLIvtPG/Q== X-Received: by 10.98.147.135 with SMTP id r7mr6694880pfk.117.1479323815349; Wed, 16 Nov 2016 11:16:55 -0800 (PST) Received: from localhost (c-73-222-189-110.hsd1.ca.comcast.net. [73.222.189.110]) by smtp.gmail.com with ESMTPSA id a7sm56293241pfl.87.2016.11.16.11.16.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Nov 2016 11:16:54 -0800 (PST) From: Palmer Dabbelt To: gdb-patches@sourceware.org To: qiyaoltc@gmail.com Cc: Andrew Waterman Subject: GDB port for RISC-V Date: Wed, 16 Nov 2016 19:17:00 -0000 Message-Id: <1479323738-1960-1-git-send-email-palmer@dabbelt.com> In-Reply-To: <1477179592-32501-1-git-send-email-palmer@dabbelt.com> References: <1477179592-32501-1-git-send-email-palmer@dabbelt.com> X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00449.txt.bz2 Thanks to everyone who has looked at the RISC-V ports over the last few weeks. While I think we're not quite done yet, I wanted to get a v2 patch set out so everyone is on the same page. Here's the things I think are still left to do * File the copyright assignment for todd@bluespec.com. I've contacted the Bluespec people, he's in the middle of submitting the forms. * There were a handful of things I didn't understand in a code review. * The GDB port doesn't use riscv-opc.h, but I think this is more of a cleanup. * We have a patchset for the rest of binutils that changes the ABI around a bit, when that lands then GDB will need some updates as well. I'll either incorporate those changes into a v3 or submit them as seperate patches, depending on how the sequencing goes. There are some tiny ChangeLog entries in each patch, I tried to copy what other new ports did. Aside from that, I don't know of anything that still needs to be done. Thanks for all the feedback! [PATCH 1/3] RISC-V Sim Port [PATCH 2/3] RISC-V GDB Port [PATCH 3/3] Add a RISC-V GDB NEWS entry