From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83354 invoked by alias); 26 Apr 2016 19:11:29 -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 83336 invoked by uid 89); 26 Apr 2016 19:11:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=furniture, H*r:0400, H*F:D*ericsson.com X-HELO: usplmg20.ericsson.net Received: from usplmg20.ericsson.net (HELO usplmg20.ericsson.net) (198.24.6.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 26 Apr 2016 19:11:17 +0000 Received: from EUSAAHC005.ericsson.se (Unknown_Domain [147.117.188.87]) by usplmg20.ericsson.net (Symantec Mail Security) with SMTP id FB.41.09012.326BF175; Tue, 26 Apr 2016 20:40:36 +0200 (CEST) Received: from elxa4wqvvz1 (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.87) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 26 Apr 2016 15:11:14 -0400 References: <1452188697-23870-1-git-send-email-antoine.tremblay@ericsson.com> <867fjgwbsh.fsf@gmail.com> User-agent: mu4e 0.9.17; emacs 24.4.1 From: Antoine Tremblay To: Yao Qi CC: Antoine Tremblay , Subject: Re: [PATCH 0/4] Support tracepoints for ARM linux in GDBServer In-Reply-To: <867fjgwbsh.fsf@gmail.com> Date: Tue, 26 Apr 2016 19:11:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00560.txt.bz2 Yao Qi writes: > 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, 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. Hi Yao, From what I can tell issue 1) is about done ? On my end we have fast tracepoints for arm almost ready with JIT conditions and pc relative instructions relocation. I would like to post that in the next few weeks, but it would be better if the normal tracepoints were in before that. Is it a good time to review these patches now? Thanks, Antoine