From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22603 invoked by alias); 9 Aug 2005 17:24:00 -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 22592 invoked by uid 22791); 9 Aug 2005 17:23:56 -0000 Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 09 Aug 2005 17:23:56 +0000 Received: from farnswood.snap.net.nz (p171-tnt1.snap.net.nz [202.124.110.171]) by viper.snap.net.nz (Postfix) with ESMTP id B9DD1684F16; Tue, 9 Aug 2005 15:53:45 +1200 (NZST) Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 0380862A9A; Tue, 9 Aug 2005 04:55:00 +0100 (BST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17144.10516.373100.927864@farnswood.snap.net.nz> Date: Tue, 09 Aug 2005 17:32:00 -0000 To: Jim Ingham Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: RFC: MI output during program execution In-Reply-To: References: <17142.56731.941946.838268@farnswood.snap.net.nz> <20050808130516.GA9046@nevyn.them.org> X-SW-Source: 2005-08/txt/msg00098.txt.bz2 > ...And I like it better than Nick's method of mocking up > certain commands in interpreter-exec. It seems better to specify > "what you want to be told about" when one interpreter invokes > another, rather than trying to guess which commands might do > something you might want to know about. I agree completely, but you don't appear to be offering to merge your method into FSF GDB. I am just suggesting that my method might be better than the current behaviour. Nick