From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63697 invoked by alias); 20 Jun 2017 11:02:33 -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 63684 invoked by uid 89); 20 Jun 2017 11:02:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:257, H*r:sk:static. X-HELO: mail-io0-f170.google.com Received: from mail-io0-f170.google.com (HELO mail-io0-f170.google.com) (209.85.223.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Jun 2017 11:02:28 +0000 Received: by mail-io0-f170.google.com with SMTP id i7so82035573ioe.1 for ; Tue, 20 Jun 2017 04:02:28 -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=82CnFtf9+CRrERH4tfmrDpliPUIooysUc5VJTzDC+QY=; b=FJEDmoKUBXlQYqx3PrBjxVC4fMVjgD0zHBQD1Ex2zDqdggvBMhc2PefQDXi8rGzBui XbjmluIFaCtUX5vJ0FDSJxvvx07ZbDSiGx6CDuIlo3BBJgjCgdqcu9Q/VFuJu+31L8BH ZmbsSHhnnNuXItizh16ZoZQvJqShAfGgMbc8A1920obWmHLZ3rStcRSTtv16vPWvP8Hm K6FrxPK1qCS8PwrPU/gnIl3SuoStfwV3oHQHkPLAi/FmjhfkZBF7LsRtF7b+KC+N+75G vQLZmjmgBf45fQecPWbO8WzgSxsz/sIrvm5sPVTNeCFZe7LFKmp32eio+Ius1FPFcIlj Z59w== X-Gm-Message-State: AKS2vOwVE0lmInIgeC+4FKOgmqgwbApc9kWEqMt+aQDs8WTJ4lHlbTis Jzix6Ow7UawMaFq/ X-Received: by 10.107.169.202 with SMTP id f71mr27615373ioj.185.1497956546514; Tue, 20 Jun 2017 04:02:26 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id e31sm7565441ioi.51.2017.06.20.04.02.25 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 20 Jun 2017 04:02:26 -0700 (PDT) From: Yao Qi To: Simon Marchi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 00/25 V2] Make GDB builtin target descriptions more flexible References: <1497256916-4958-1-git-send-email-yao.qi@linaro.org> Date: Tue, 20 Jun 2017 11:02:00 -0000 In-Reply-To: (Simon Marchi's message of "Mon, 19 Jun 2017 21:59:30 +0200") Message-ID: <861sqe6hxc.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-06/txt/msg00563.txt.bz2 Simon Marchi writes: > Do you have a git branch we can pull from to look at this change? I just create a branch, users/qiyao/target-desc-2 --=20 Yao (=E9=BD=90=E5=B0=A7)