From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17199 invoked by alias); 5 Feb 2015 18:33:07 -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 17178 invoked by uid 89); 5 Feb 2015 18:33:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 05 Feb 2015 18:33:05 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t15IX4EU002190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 5 Feb 2015 13:33:04 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t15IX2AR013834; Thu, 5 Feb 2015 13:33:03 -0500 Message-ID: <54D3B75D.3040203@redhat.com> Date: Thu, 05 Feb 2015 18:33:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Markus Metzger CC: gdb-patches@sourceware.org Subject: Re: [PATCH v4 0/9] record btrace: prepare for a new trace format References: <1423150072-21229-1-git-send-email-markus.t.metzger@intel.com> In-Reply-To: <1423150072-21229-1-git-send-email-markus.t.metzger@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-02/txt/msg00142.txt.bz2 On 02/05/2015 04:27 PM, Markus Metzger wrote: > I had to change a few strings so instead of sending another delta update, > I send the entire series. > > Changes to v3: > > - changed a few strings around the term Branch Trace Store > - fixed an overflow bug when enabling branch tracing > - removed unrelated bug-fix patches that were not in the original series > > This is the first part of a patch series that adds support for a new trace > format. The entire series consists of three parts: > > - preparation (this) > - support live inferior tracing > - support trace in core files > > > Besides preparing for an additional trace format, this first part adds the > following functionality: > > - allow the trace buffer size to be configured > - indicate errors as gaps in the trace Thanks, this version is OK, with the little nits pointed out as replies to the patches fixed. No need to repost the series for that. Thanks, Pedro Alves