From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21441 invoked by alias); 20 Aug 2014 15:48: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 21429 invoked by uid 89); 20 Aug 2014 15:48:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f74.google.com Received: from mail-yh0-f74.google.com (HELO mail-yh0-f74.google.com) (209.85.213.74) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 20 Aug 2014 15:48:41 +0000 Received: by mail-yh0-f74.google.com with SMTP id 29so953855yhl.5 for ; Wed, 20 Aug 2014 08:48:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:mime-version:content-type :content-transfer-encoding:message-id:date:to:cc:subject:in-reply-to :references; bh=YrSfETuSSeE8th7f3fTpdOwpcku+caqUBzzgBIUGPpE=; b=Hp+Rxx7UDRYpp6oGZLeSGBrwHD56e3D2zFLvFJa//EiyChVDyHZXT1A82lBn6990CZ tXQlbJdZT7ltbKCB2inONPxjKlCa6igJ/GrmtsFau/orTddI990X7S7uFtbg0d9TXSkw U/w0/3L06VajVKLwe7Fg6FYDrT6EyQS9Cun2eq6IVUapmHztDI7HtnwGMpmHTrYBIjhe y2JhjPrEeeQhRn6TA7NcVpkWXRLjwvNgbB6otcl39O/KpyDYFzrPWkj7+7649RAHCoYg JCINFQEc8zM8vz3rDThhGBh8plF18cY8WX8/dtcF87jCuVIveeu7Aa4qpjglc9vtSRFR phVA== X-Gm-Message-State: ALoCoQmqCqTrw1WvXUbZBnIUYmDeqmtDk344pO8lj7aQQgaJf0vTJoxJKVQzyyVZWGJphSjUPW6o X-Received: by 10.236.4.41 with SMTP id 29mr22269013yhi.25.1408549719544; Wed, 20 Aug 2014 08:48:39 -0700 (PDT) Received: from corp2gmr1-1.hot.corp.google.com (corp2gmr1-1.hot.corp.google.com [172.24.189.92]) by gmr-mx.google.com with ESMTPS id t75si563876yhe.5.2014.08.20.08.48.39 for (version=TLSv1.1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 20 Aug 2014 08:48:39 -0700 (PDT) Received: from ruffy2.mtv.corp.google.com (ruffy2.mtv.corp.google.com [172.17.128.107]) by corp2gmr1-1.hot.corp.google.com (Postfix) with ESMTP id 0121031C459; Wed, 20 Aug 2014 08:48:38 -0700 (PDT) From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21492.50006.332014.650387@ruffy2.mtv.corp.google.com> Date: Wed, 20 Aug 2014 15:48:00 -0000 To: Yao Qi Cc: gdb-patches Subject: Re: [PATCH 0/3] Keep track of files copied to host and target In-Reply-To: <53F4452E.9070902@codesourcery.com> References: <1408075184-25947-1-git-send-email-yao@codesourcery.com> <53EDA303.90701@codesourcery.com> <53F4452E.9070902@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00411.txt.bz2 Yao Qi writes: > At the same time, fails in gdb.python on remote host are still there > because patch 3/3 is pending. My goal of this patch series is to fix > these fails, but I don't know how to move forward now. How about separating out 3/3 from the rest of the patch set. We can fix this part now, and unblock that from the discussion of the rest of the patch set.