From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36204 invoked by alias); 11 Jan 2016 12:56:44 -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 36187 invoked by uid 89); 11 Jan 2016 12:56:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*r:0500, furniture, wish X-HELO: usplmg21.ericsson.net Received: from usplmg21.ericsson.net (HELO usplmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 11 Jan 2016 12:56:42 +0000 Received: from EUSAAHC003.ericsson.se (Unknown_Domain [147.117.188.81]) by usplmg21.ericsson.net (Symantec Mail Security) with SMTP id 73.DE.32102.976A3965; Mon, 11 Jan 2016 13:56:25 +0100 (CET) Received: from [153.88.4.164] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.83) with Microsoft SMTP Server id 14.3.248.2; Mon, 11 Jan 2016 07:56:38 -0500 Subject: Re: [PATCH 0/4] Support tracepoints for ARM linux in GDBServer To: Yao Qi References: <1452188697-23870-1-git-send-email-antoine.tremblay@ericsson.com> <867fjgwbsh.fsf@gmail.com> CC: From: Antoine Tremblay Message-ID: <5693A681.4030807@ericsson.com> Date: Mon, 11 Jan 2016 12:56:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.4.0 MIME-Version: 1.0 In-Reply-To: <867fjgwbsh.fsf@gmail.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00171.txt.bz2 On 01/11/2016 07:17 AM, Yao Qi wrote: > Antoine Tremblay writes: > >> This patch series enables GDBServer to trace an ARM target on linux. >> >> Patches 1-3: Fixes collection failures in certain cases. >> >> Patch 4: Enables tracepoints on ARM and introduces the new TracepointKinds >> feature and 'K' parameter to the QTDP packet. > Hi Antoine, > First of all, thanks for patches. I am afraid can't review them soon > because 1) I find there are some places in arm software single step code > can be improved, so I'd like to clean the room first before we move in > new furniture, Can I help with that ? Maybe it would free you some time for 2) ? > 2) I have to fix AArch64 and ARM test fails before 7.11 > branch/release. I'll review them after I finish them above, if nobody > reviews them yet. > OK. I wish I could get these features in for 7.11 too. It's not too ARM specific at least, so it's good that you're OK with another reviewer pitching in. I hope it all works out for 7.11. Thanks for letting me know. Regards, Antoine