From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24750 invoked by alias); 16 Jun 2011 02:24:40 -0000 Received: (qmail 24742 invoked by uid 22791); 16 Jun 2011 02:24:40 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-fx0-f41.google.com (HELO mail-fx0-f41.google.com) (209.85.161.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Jun 2011 02:24:24 +0000 Received: by fxm18 with SMTP id 18so985362fxm.0 for ; Wed, 15 Jun 2011 19:24:23 -0700 (PDT) Received: by 10.223.97.196 with SMTP id m4mr403758fan.55.1308191063090; Wed, 15 Jun 2011 19:24:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.99.80 with HTTP; Wed, 15 Jun 2011 19:23:43 -0700 (PDT) In-Reply-To: <201106151726.48861.pedro@codesourcery.com> References: <201106151127.12684.pedro@codesourcery.com> <201106151726.48861.pedro@codesourcery.com> From: Hui Zhu Date: Thu, 16 Jun 2011 02:24:00 -0000 Message-ID: Subject: Re: [RFA] tracepoint remote.c:remote_trace_set_readonly_regions give up some regions if it is number is too big To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes 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 X-SW-Source: 2011-06/txt/msg00225.txt.bz2 Checked in to 7.3 and trunk. Thanks Pedro. Best, Hui On Thu, Jun 16, 2011 at 00:26, Pedro Alves wrote: > On Wednesday 15 June 2011 16:52:52, Hui Zhu wrote: >> 2011-06-15 =A0Hui Zhu =A0 >> >> =A0 =A0 =A0 =A0 * remote.c (remote_trace_set_readonly_regions): Add chec= k for >> =A0 =A0 =A0 =A0 remote_protocol_packets[PACKET_qXfer_traceframe_info].su= pport before >> =A0 =A0 =A0 =A0 output warning. > > Okay, thanks. > > -- > Pedro Alves >