From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24198 invoked by alias); 8 Apr 2013 08:13:20 -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 24189 invoked by uid 89); 8 Apr 2013 08:13:20 -0000 X-Spam-SWARE-Status: No, score=-8.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from mga01.intel.com (HELO mga01.intel.com) (192.55.52.88) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 08 Apr 2013 08:13:19 +0000 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 08 Apr 2013 01:13:17 -0700 X-ExtLoop1: 1 Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 08 Apr 2013 01:13:16 -0700 Received: from ulslx001.iul.intel.com (ulslx001.iul.intel.com [172.28.207.63]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id r388DFjt020844; Mon, 8 Apr 2013 09:13:15 +0100 Received: from ulslx001.iul.intel.com (localhost [127.0.0.1]) by ulslx001.iul.intel.com with ESMTP id r388DFtt013016; Mon, 8 Apr 2013 10:13:15 +0200 Received: (from mmetzger@localhost) by ulslx001.iul.intel.com with id r388DEhG013012; Mon, 8 Apr 2013 10:13:14 +0200 From: Markus Metzger To: jan.kratochvil@redhat.com, palves@redhat.com Cc: gdb-patches@sourceware.org, markus.t.metzger@gmail.com Subject: [PATCH] NEWS, btrace, gdbserver: mention btrace RSP packets in NEWS Date: Mon, 08 Apr 2013 14:57:00 -0000 Message-Id: <1365408794-12761-1-git-send-email-markus.t.metzger@intel.com> X-SW-Source: 2013-04/txt/msg00181.txt.bz2 This is for mainline and 7.6. 2013-04-08 Markus Metzger * NEWS: Mention new btrace RSP packets. --- gdb/NEWS | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/gdb/NEWS b/gdb/NEWS index a1bc679..24f77b3 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -26,6 +26,24 @@ show remote trace-status-packet *** Changes in GDB 7.6 +* New RSP packets + +Qbtrace:bts + + Enable Branch Trace Store (BTS)-based branch tracing for the current + thread. The remote stub reports support for this packet to gdb's + qSupported query. + +Qbtrace:off + + Disable branch tracing for the current thread. The remote stub reports + support for this packet to gdb's qSupported query. + +qXfer:btrace:read + + Read the traced branches for the current thread. The remote stub + reports support for this packet to gdb's qSupported query. + * Target record has been renamed to record-full. Record/replay is now enabled with the "record full" command. This also affects settings that are associated with full record/replay -- 1.7.1