From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 55679 invoked by alias); 13 Mar 2016 02:31:58 -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 55589 invoked by uid 89); 13 Mar 2016 02:31:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=powerpc64le, Agent, agent, HContent-Transfer-Encoding:8bit 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; Sun, 13 Mar 2016 02:31:39 +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 12C903FF0F for ; Sun, 13 Mar 2016 03:32:37 +0100 (CET) Received: by hogfather.0x04.net (Postfix, from userid 1000) id 3A8DC5800FF; Sun, 13 Mar 2016 03:31:37 +0100 (CET) From: =?UTF-8?q?Marcin=20Ko=C5=9Bcielnicki?= To: gdb-patches@sourceware.org Subject: [PATCH 0/3] gdbserver: Add powerpc fast tracepoint support. Date: Sun, 13 Mar 2016 02:31:00 -0000 Message-Id: <1457836296-29974-1-git-send-email-koriakin@0x04.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00202.txt.bz2 This patchset enables fast tracepoints on linux powerpc, powerpc64, powerpc64le. Agent expression emitter is not included and will follow in a subsequent patch. Patches #1 and #2 have no dependencies, patch #3 depends on #1 (for powerpc64 ELFv1), #2 (for all variants), and https://sourceware.org/ml/gdb-patches/2016-03/msg00201.html (for powerpc64 ELFv1). Tested on powerpc, powerpc64, powerpc64le - all ftrace tests pass. Also tested on i386, x86_64.