From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6298 invoked by alias); 2 Nov 2012 15:22:24 -0000 Received: (qmail 6281 invoked by uid 22791); 2 Nov 2012 15:22:23 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,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; Fri, 02 Nov 2012 15:22:13 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1TUJ4W-0001wO-C5 from Yao_Qi@mentor.com ; Fri, 02 Nov 2012 08:22:12 -0700 Received: from SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.206]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 2 Nov 2012 08:22:11 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.1.289.1; Fri, 2 Nov 2012 08:22:10 -0700 Message-ID: <5093E50F.2050604@codesourcery.com> Date: Fri, 02 Nov 2012 15:22:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: Pedro Alves CC: Subject: Re: [PATCH] Fix PR14617: New MI notification on tracepoint modified. References: <1350556586-12800-1-git-send-email-yao@codesourcery.com> <5093E3EF.6080903@redhat.com> In-Reply-To: <5093E3EF.6080903@redhat.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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-11/txt/msg00042.txt.bz2 On 11/02/2012 11:17 PM, Pedro Alves wrote: > For all of this, I'm against this new notification. Just make changing > the tracepoint emit the existing =breakpoint-modified notification. > Why doesn't that work? Pedro, I realized this issue during patch review. I posted a new one which uses 'breakpoint-modified' notification for tracepoint as well. http://sourceware.org/ml/gdb-patches/2012-11/msg00033.html -- Yao