From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25243 invoked by alias); 3 Oct 2012 12:46:23 -0000 Received: (qmail 25233 invoked by uid 22791); 3 Oct 2012 12:46:22 -0000 X-SWARE-Spam-Status: No, hits=-3.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL 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; Wed, 03 Oct 2012 12:46:19 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1TJOLC-0002NN-Pv from Dmitry_Kozlov@mentor.com ; Wed, 03 Oct 2012 05:46:18 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 3 Oct 2012 05:46:18 -0700 Received: from [127.0.0.1] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Wed, 3 Oct 2012 13:46:16 +0100 Message-ID: <506C3395.8010701@mentor.com> Date: Wed, 03 Oct 2012 12:46:00 -0000 From: Dmitry Kozlov User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: CC: Vladimir Prus , Luis Machado , "'Stan_Shebs@mentor.com'" , Marc Khouzam Subject: question on trace-stop-notes implementation Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-10/txt/msg00019.txt.bz2 Hello, I noticed that trace-stop-notes being set by set trace-stop-notes command are not shown in trace status until tracing is actually stopped by tstop command. Similar start notes (set by set trace-notes command) are shown every time in trace status. This provides difficulties for IDE integration: for exampe IDE can't know that stop notes changed without explicit quering gdb by show stop-notes. From IDE prospective it is easier and more consistent to show stop notes in separate field in trace status output, just like this is done for start notes. Are there any objections if I fix it? Thank you, Dmitry