From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5699 invoked by alias); 2 Sep 2009 19:35:45 -0000 Received: (qmail 5689 invoked by uid 22791); 2 Sep 2009 19:35:44 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1-old.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Sep 2009 19:35:39 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com ([10.11.47.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n82JZaOZ032143 for ; Wed, 2 Sep 2009 15:35:36 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n82JZZUN010851; Wed, 2 Sep 2009 15:35:35 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n82JZYol019494; Wed, 2 Sep 2009 15:35:34 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id D5103378242; Wed, 2 Sep 2009 13:35:33 -0600 (MDT) From: Tom Tromey To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Subject: Re: =frame-selected MI notification References: <87iqg99xb5.fsf@sphinx.net.ru> <200909010935.25258.vladimir@codesourcery.com> Reply-To: Tom Tromey Date: Wed, 02 Sep 2009 19:35:00 -0000 In-Reply-To: <200909010935.25258.vladimir@codesourcery.com> (Vladimir Prus's message of "Tue, 1 Sep 2009 09:35:25 +0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2009-09/txt/msg00068.txt.bz2 >>>>> "Volodya" == Vladimir Prus writes: Tom> E.g., it wouldn't be unreasonable to want to write a Python script that Tom> reacts to changes in the CLI's notion of frame. In this case, such an Tom> observer would be useful and appropriate. Volodya> Why would you want this? To implement some 'plugin' to CLI interface? Yeah. Tom