From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5221 invoked by alias); 27 Feb 2012 08:04:02 -0000 Received: (qmail 5204 invoked by uid 22791); 27 Feb 2012 08:04:00 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 27 Feb 2012 08:03:47 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1S1vYg-0003FD-R2 from Yao_Qi@mentor.com ; Mon, 27 Feb 2012 00:03:46 -0800 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 27 Feb 2012 00:03:46 -0800 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.1.289.1; Mon, 27 Feb 2012 00:03:38 -0800 Message-ID: <4F4B38D8.4060801@codesourcery.com> Date: Mon, 27 Feb 2012 09:43:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Eli Zaretskii CC: Subject: Re: [patch v2] GDB/GDBserver talks with agents References: <1329447300-18841-1-git-send-email-yao@codesourcery.com> <838vk1wuwh.fsf@gnu.org> In-Reply-To: <838vk1wuwh.fsf@gnu.org> Content-Type: multipart/mixed; boundary="------------050606050505050704090405" X-IsSubscribed: yes 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 X-SW-Source: 2012-02/txt/msg00626.txt.bz2 --------------050606050505050704090405 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Content-length: 376 On 02/17/2012 07:39 PM, Eli Zaretskii wrote: > What about a NEWS entry? should we have one? Yes, we should. If I understand NEWS file correctly, only user-visible changes are mentioned in it. Most of the changes in this patch series is not user-visible, so I only add one entry about using `info static-tracepoint-marker' on native-linux platform. WDYT? -- Yao (齐尧) --------------050606050505050704090405 Content-Type: text/x-patch; name="0010-talk-with-agent-in-NEWS.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0010-talk-with-agent-in-NEWS.patch" Content-length: 608 2012-02-26 Yao Qi * NEWS: Add one entry about `info static-tracepoint-marker'. --- gdb/NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/gdb/NEWS b/gdb/NEWS index 46ef6d8..881c185 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -44,6 +44,9 @@ * The command "info catch" has been removed. It has been disabled since December 2007. +* The "info static-tracepoint-marker" command will now also work on + native Linux targets with in-process agent. + * New commands ** "catch load" and "catch unload" can be used to stop when a shared -- 1.7.0.4 --------------050606050505050704090405--