From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26493 invoked by alias); 13 Aug 2005 11:06:24 -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 26484 invoked by uid 22791); 13 Aug 2005 11:06:20 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 13 Aug 2005 11:06:20 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-249-180.inter.net.il [83.130.249.180]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CCL23565 (AUTH halo1); Sat, 13 Aug 2005 14:06:06 +0300 (IDT) Date: Sat, 13 Aug 2005 11:07:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sources.redhat.com In-reply-to: <20050812204541.GA30801@nevyn.them.org> (message from Daniel Jacobowitz on Fri, 12 Aug 2005 16:45:41 -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> <20050812114929.GB10917@white> <20050812203052.GA11539@white> <20050812204541.GA30801@nevyn.them.org> X-SW-Source: 2005-08/txt/msg00154.txt.bz2 > Date: Fri, 12 Aug 2005 16:45:41 -0400 > From: Daniel Jacobowitz > > On Fri, Aug 12, 2005 at 04:30:52PM -0400, Bob Rossi wrote: > > OK, this seems reasonable. One thing to note is that the FE may be in C++ > > or Java, which would lend nicely to the Observer design pattern. CGDB is > > written in C, so this doesn't really matter to me. > > Not relevant here - these are observers _within_ GDB. Exactly. Those FEs are separate programs, so GDB's internal observers are unrelated to them or their programming language.