From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67962 invoked by alias); 14 Dec 2016 17:15:40 -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 67744 invoked by uid 89); 14 Dec 2016 17:15:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:278, H*f:D46B0E8C.15503, tdesc X-HELO: mail-wm0-f66.google.com Received: from mail-wm0-f66.google.com (HELO mail-wm0-f66.google.com) (74.125.82.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 14 Dec 2016 17:15:30 +0000 Received: by mail-wm0-f66.google.com with SMTP id a20so535989wme.2 for ; Wed, 14 Dec 2016 09:15:27 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=TOHcuwFccxaIx1raHgE8IE/EPJEZ8rPtYNFMYddA5DY=; b=HmkHS5dxKgN/IfwPy/cpKOV7PxTqk1pe6FHaurKgaNP7SVWduh7+BuHCxbDbR+hNNm rYNvtjYKT4UEt1Lv8l7Y42txIUIhDYYRWqk11pCAUEvwkEXwThX/4PRC8G4UDQX0dsOa y1GBQnip1jOYG4QLzdl4r7Dbk3luZoj2OScuIh2gwylnBo0bnBkKocnVbN/ftAb5TTDW 0RMtsnylYQ/6VDjwGSLBzy5o3qzuEXIOwhtwrIz+ch5XbGWYDecmTSsXOU7uTX3hlEiu iBoO5mjeNomgxBeocZ4m3xucG0M4sexsyNtJQKz/AYQW6jewzOL2xSY0ylLImofNb0tQ 6tGA== X-Gm-Message-State: AKaTC01rMBtXc1EOESQQt55Cv8EfvKaZ1FhKekjqmDphrH5hc34dTnjy4f1XBSHBa1MKWQ== X-Received: by 10.28.137.193 with SMTP id l184mr7844047wmd.88.1481735725303; Wed, 14 Dec 2016 09:15:25 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id l6sm8516283wmd.5.2016.12.14.09.15.23 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 14 Dec 2016 09:15:24 -0800 (PST) Date: Wed, 14 Dec 2016 17:15:00 -0000 From: Yao Qi To: Alan Hayward Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 8/8] AARCH64 SVE: Enable AARCH64 SVE in gdbserver Message-ID: <20161214171505.GJ25542@E107787-LIN> References: <20161214165124.GI25542@E107787-LIN> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20161214165124.GI25542@E107787-LIN> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00297.txt.bz2 On 16-12-14 16:51:24, Yao Qi wrote: > We may need to add a new stop reason "tdesc:id", "id" is an > integer, the id of a known target description. Please ignore this comment. I thought I delete it. -- Yao (齐尧)