From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37586 invoked by alias); 21 Sep 2015 14:06:12 -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 37572 invoked by uid 89); 21 Sep 2015 14:06:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f43.google.com Received: from mail-pa0-f43.google.com (HELO mail-pa0-f43.google.com) (209.85.220.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 21 Sep 2015 14:06:02 +0000 Received: by pacfv12 with SMTP id fv12so120129381pac.2 for ; Mon, 21 Sep 2015 07:06:00 -0700 (PDT) X-Received: by 10.67.6.73 with SMTP id cs9mr25583636pad.130.1442844360434; Mon, 21 Sep 2015 07:06:00 -0700 (PDT) Received: from E107787-LIN (power-aix.osuosl.org. [140.211.15.154]) by smtp.gmail.com with ESMTPSA id bz4sm24817605pbd.6.2015.09.21.07.05.58 (version=TLS1_2 cipher=AES128-SHA256 bits=128/128); Mon, 21 Sep 2015 07:05:59 -0700 (PDT) From: Yao Qi To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/8 V2] [AArch64] Support fast tracepoints References: <1442230282-20751-1-git-send-email-pierre.langlois@arm.com> <1442580184-22562-1-git-send-email-yao.qi@linaro.org> Date: Mon, 21 Sep 2015 14:06:00 -0000 In-Reply-To: <1442580184-22562-1-git-send-email-yao.qi@linaro.org> (Yao Qi's message of "Fri, 18 Sep 2015 13:42:56 +0100") Message-ID: <866133c1ff.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00505.txt.bz2 Yao Qi writes: > Hi, > Here is the V2 of aarch64 fast tracepoint support. V1 can be found > https://sourceware.org/ml/gdb-patches/2015-09/msg00274.html > > Some changes in V2: > > - Implement gdb_agent_get_raw_reg for aarch64, > - Pass argument regs to gdb_agent_get_reg instead of > fast_tracepoint_ctx, > - Move gdb.trace/ftrace-insn-reloc.c and gdb.trace/ftrace-insn-reloc.exp > to gdb.arch, so that it can be reused for displaced stepping test, > - Use with_timeout_factor in gdb.trace/ftrace-lock.exp, > - Adjust one ChangeLog entry, > - Include NEWS entry in V2, > > The whole series is tested on aarch64-linux with GDBserver. I've pushed them in. --=20 Yao (=E9=BD=90=E5=B0=A7)