From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2013 invoked by alias); 13 Aug 2005 11:13:22 -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 2003 invoked by uid 22791); 13 Aug 2005 11:13:19 -0000 Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 13 Aug 2005 11:13:19 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-249-180.inter.net.il [83.130.249.180]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id BDH67509 (AUTH halo1); Sat, 13 Aug 2005 14:13:12 +0300 (IDT) Date: Sat, 13 Aug 2005 12:53:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sources.redhat.com CC: jingham@apple.com In-reply-to: <20050813050414.GA7717@nevyn.them.org> (message from Daniel Jacobowitz on Sat, 13 Aug 2005 01:04:14 -0400) Subject: Re: RFC: MI output during program execution Reply-to: Eli Zaretskii References: <20050809223421.GB3557@white> <20050810004128.GA4264@nevyn.them.org> <20050810004826.GD3557@white> <2040BEEA-4200-4118-91EB-D093ED4D37A1@apple.com> <20050812012810.GA10011@white> <29EA180F-E3C7-4D04-B500-655391EDA2D9@apple.com> <20050813002230.GA11892@white> <20050813011542.GC11892@white> <20050813050414.GA7717@nevyn.them.org> X-SW-Source: 2005-08/txt/msg00156.txt.bz2 > Date: Sat, 13 Aug 2005 01:04:14 -0400 > From: Daniel Jacobowitz > > Or do as I described earlier today, and add a new mechanism > specifically designed to notify interpreters of events that could be > interesting (which might meet Eli's concerns about misusing observers, > but we'd have to ask him!) I won't object to such a mechanism. > or else call into the MI interpreter > directly from the code without messing with any kind of mechanism. And neither to this implementation.