From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21070 invoked by alias); 27 Aug 2002 21:12:10 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20952 invoked from network); 27 Aug 2002 21:12:09 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 27 Aug 2002 21:12:09 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 346CE3C40; Tue, 27 Aug 2002 17:12:08 -0400 (EDT) Message-ID: <3D6BEB28.8050207@ges.redhat.com> Date: Tue, 27 Aug 2002 14:20:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Keith Seitz Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] add selected-frame-level-changed events References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00912.txt.bz2 > Hi, > > Here's the follow-up to the gdb-event.sh change which added the > "selected-frame-level-changed" event, which adds notifications for this > event in the right places. > > It would have been nice to just put one notification in select_frame, but > as we all know (or should), that function is called WAY to many times > internally to be of any use for this purpose. Maybe a fixme is needed? Why not put it in there anyway? I think, not putting it in select_frame() is the part that needs the fixme. Andrew