From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57038 invoked by alias); 14 Sep 2015 16:45:47 -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 55340 invoked by uid 89); 14 Sep 2015 16:45:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: eu-smtp-delivery-143.mimecast.com Received: from eu-smtp-delivery-143.mimecast.com (HELO eu-smtp-delivery-143.mimecast.com) (207.82.80.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Sep 2015 16:45:43 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by eu-smtp-1.mimecast.com with ESMTP id uk-mta-36-q7Rb10VVQ0y8hD1d8wMCSg-1; Mon, 14 Sep 2015 17:45:38 +0100 Received: from e105615-lin.cambridge.arm.com ([10.1.2.79]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 14 Sep 2015 17:45:38 +0100 From: Pierre Langlois To: gdb-patches@sourceware.org Cc: Pierre Langlois Subject: [PATCH] Add NEWS entry for fast tracepoint support on aarch64-linux Date: Mon, 14 Sep 2015 16:45:00 -0000 Message-Id: <1442249136-8605-1-git-send-email-pierre.langlois@arm.com> In-Reply-To: <1442230282-20751-1-git-send-email-pierre.langlois@arm.com> References: <1442230282-20751-1-git-send-email-pierre.langlois@arm.com> X-MC-Unique: q7Rb10VVQ0y8hD1d8wMCSg-1 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00300.txt.bz2 Here is a NEWS entry for this series: gdb/ChangeLog: * NEWS: Mention support for fast tracepoints on aarch64-linux. --- gdb/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdb/NEWS b/gdb/NEWS index 0cf51e1..505d648 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -16,6 +16,10 @@ GDB now is able to debug both AArch64 applications and ARM applications at the same time. =20 +* Support for fast tracepoints on aarch64-linux was added in GDBserver, + including JIT compiling fast tracepoint's conditional expression bytecode + into native code. + * New commands =20 maint set target-non-stop (on|off|auto) --=20 2.4.6