From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44448 invoked by alias); 21 Mar 2017 09:23:14 -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 44430 invoked by uid 89); 21 Mar 2017 09:23:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy==e5=b0=a7, Hx-languages-length:551, offer, our?= X-HELO: mail-wm0-f44.google.com Received: from mail-wm0-f44.google.com (HELO mail-wm0-f44.google.com) (74.125.82.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 21 Mar 2017 09:23:12 +0000 Received: by mail-wm0-f44.google.com with SMTP id t189so7588821wmt.1 for ; Tue, 21 Mar 2017 02:23:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=7q1p2y0n6Cr3p8cz5AGU0bJDjhDyBToMmTYTqTu1JaE=; b=Q52qOWoWOnhuRsTwph9uVzG3Oj4bSVFap6VrQIOTtAhtuLpeCeePv/fkEqDRYpqgSx IRepjhWGe14OAEUgJPVTTW+XGe4gnlmuYA0FWe1/T9gUtlfdvf5D1+gafY97sOr81QIO RaV8mTyMGhMoWapkSf9EMWDWRVS32NpENoPR2e/nv3gl0L/zV2pB1IH6j14MfjrUm3NA O+0chQsLy7BtAmQzrTIwxpIluXy9F2fWc6eCca+mumQHqderbT+YKHZ3j06a72xc7b3s ES62XEXm3T/zWYTby5Z5UQoliHKzaec8OKnRsW90g7hbmGd59F/WlIrQAAG5ANuToRIJ lupA== X-Gm-Message-State: AFeK/H36LaQGiErB/MgYaJbMJl3Wyu3x39+6J1wqCmAvRQwoIWmsBHkfm/DAHUevX/NaNQ== X-Received: by 10.28.232.13 with SMTP id f13mr1754011wmh.141.1490088190959; Tue, 21 Mar 2017 02:23:10 -0700 (PDT) Received: from E107787-LIN ([194.214.185.158]) by smtp.gmail.com with ESMTPSA id o26sm12560351wmi.18.2017.03.21.02.23.10 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 21 Mar 2017 02:23:10 -0700 (PDT) From: Yao Qi To: Palmer Dabbelt Cc: gdb-patches@sourceware.org Subject: Re: RISC-V GDB Port v3 References: <20170307043029.3672-1-palmer@dabbelt.com> Date: Tue, 21 Mar 2017 09:23:00 -0000 In-Reply-To: <20170307043029.3672-1-palmer@dabbelt.com> (Palmer Dabbelt's message of "Mon, 6 Mar 2017 20:30:27 -0800") Message-ID: <864lynvv9e.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00364.txt.bz2 Palmer Dabbelt writes: > I think the only thing I know of that's bad is the target XML description= file, > which I don't think works yet. That said, I want to send this patch set = out > just so we can all get on the same page. > > If I understand correctly, GDB-8 is set to be branched on the 15th so if = I can > fix up our port quickly we can still get it in? Hi Palmer, I don't have cycles reviewing the patches now, because of 8.0 release. I can only offer some time after 8.0 release. --=20 Yao (=E9=BD=90=E5=B0=A7)