From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1231 invoked by alias); 14 Mar 2016 16:25:45 -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 1164 invoked by uid 89); 14 Mar 2016 16:25:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:206, HTo:D*vnet.ibm.com X-HELO: xyzzy.0x04.net Received: from xyzzy.0x04.net (HELO xyzzy.0x04.net) (109.74.193.254) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Mar 2016 16:25:37 +0000 Received: from hogfather.0x04.net (89-65-66-135.dynamic.chello.pl [89.65.66.135]) by xyzzy.0x04.net (Postfix) with ESMTPS id F41DC3FE19; Mon, 14 Mar 2016 17:26:34 +0100 (CET) Received: from [192.168.1.62] (84-10-2-59.static.chello.pl [84.10.2.59]) by hogfather.0x04.net (Postfix) with ESMTPSA id 8A0E6580089; Mon, 14 Mar 2016 17:25:34 +0100 (CET) Subject: Re: [PATCH v2] gdbserver/s390: Add fast tracepoint support. To: Andreas Arnez References: <1457088025-3118-1-git-send-email-koriakin@0x04.net> Cc: gdb-patches@sourceware.org, antoine.tremblay@ericsson.com From: =?UTF-8?Q?Marcin_Ko=c5=9bcielnicki?= Message-ID: <56E6E5FE.1080707@0x04.net> Date: Mon, 14 Mar 2016 16:25:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00216.txt.bz2 > > Otherwise the patch looks good to me. Thanks for the review, I'll fix these problems and push once patch #5 is OKd. > > Thanks, > Andreas >