From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1050 invoked by alias); 18 Jul 2013 23:10:12 -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 1023 invoked by uid 89); 18 Jul 2013 23:10:11 -0000 X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE autolearn=no version=3.3.1 Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 18 Jul 2013 23:10:11 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1UzxKl-00062m-F5 from Yao_Qi@mentor.com ; Thu, 18 Jul 2013 16:10:03 -0700 Received: from SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.206]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 18 Jul 2013 16:10:04 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.2.247.3; Thu, 18 Jul 2013 16:10:00 -0700 Message-ID: <51E8759A.5080105@codesourcery.com> Date: Thu, 18 Jul 2013 23:10:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Tom Tromey CC: Pedro Alves , Subject: Re: [PATCH] Rely on beneath to do partial xfer from tfile target References: <1363774156-31949-1-git-send-email-yao@codesourcery.com> <5149A022.7070302@redhat.com> <514C291B.7010201@codesourcery.com> <5158F347.6030602@codesourcery.com> <87fvvddjs8.fsf@fleche.redhat.com> In-Reply-To: <87fvvddjs8.fsf@fleche.redhat.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-07/txt/msg00462.txt.bz2 On 07/18/2013 04:16 AM, Tom Tromey wrote: >>>>>> "Yao" == Yao Qi writes: > > Yao> 2013-04-01 Yao Qi > Yao> * target.c (update_current_target): Change the default action > Yao> of 'to_traceframe_info' from tcomplain to return_zero. > Yao> * target.h (struct target_ops) : Add more > Yao> comments. > Yao> * valops.c (read_value_memory): Call > Yao> traceframe_available_memory unconditionally. > > Yao> 2013-04-01 Yao Qi > > Yao> * gdb.trace/read-memory.exp (test_from_remote): Update test. > Yao> (teset_from_exec): Likewise. > > Ok. > The patch is regression tested on GDB trunk again with board file unix and native-gdbserver respectively. Committed. Thanks for the review. -- Yao (齐尧)