From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70742 invoked by alias); 29 Mar 2016 21:40:43 -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 70629 invoked by uid 89); 29 Mar 2016 21:40:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=promised, 37,6, 3710, news X-HELO: xyzzy.0x04.net Received: from xyzzy.0x04.net (HELO xyzzy.0x04.net) (159.100.250.38) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 29 Mar 2016 21:40:30 +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 2DE1D1A3BB; Tue, 29 Mar 2016 21:40:27 +0000 (UTC) Received: by hogfather.0x04.net (Postfix, from userid 1000) id 2FCB4580114; Tue, 29 Mar 2016 23:40:27 +0200 (CEST) From: =?UTF-8?q?Marcin=20Ko=C5=9Bcielnicki?= To: arnez@linux.vnet.ibm.com Cc: uweigand@de.ibm.com, gdb-patches@sourceware.org, =?UTF-8?q?Marcin=20Ko=C5=9Bcielnicki?= Subject: [PATCH obv] gdb/NEWS: Add mention of s390*-linux tracepoints. Date: Tue, 29 Mar 2016 21:40:00 -0000 Message-Id: <1459287626-26872-1-git-send-email-koriakin@0x04.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00537.txt.bz2 gdb/ChangeLog: * NEWS: Mention support for tracepoints on s390*-linux. --- Here's the promised NEWS entry, pushed as obvious. gdb/ChangeLog | 4 ++++ gdb/NEWS | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d0f8e7f..25afbef 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2016-03-29 Marcin Kościelnicki + + * NEWS: Mention support for tracepoints on s390*-linux. + 2016-03-29 Don Breazeal * gdb/value.c (value_actual_type): Fix formatting issue. diff --git a/gdb/NEWS b/gdb/NEWS index 34c5a8d..ce031ee 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -37,6 +37,10 @@ skip -rfunction regular-expression maint info line-table REGEXP Display the contents of GDB's internal line table data struture. +* Support for tracepoints and fast tracepoints on s390-linux and s390x-linux + was added in GDBserver, including JIT compiling fast tracepoint's + conditional expression bytecode into native code. + *** Changes in GDB 7.11 * GDB now supports debugging kernel-based threads on FreeBSD. -- 2.7.4