From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 884 invoked by alias); 29 Aug 2002 00:02:47 -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 868 invoked from network); 29 Aug 2002 00:02:46 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 29 Aug 2002 00:02:46 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9A39D3F0F; Wed, 28 Aug 2002 20:02:44 -0400 (EDT) Message-ID: <3D6D64A4.6030207@ges.redhat.com> Date: Wed, 28 Aug 2002 17:13: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: Michael Snyder , Keith Seitz Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: [RFC] Interpreters (~final) (fwd) References: <3D6D332C.943F28F5@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00962.txt.bz2 > Keith Seitz wrote: > >> >> On Wed, 28 Aug 2002, Eli Zaretskii wrote: >> > >> > I think this is a great feature (required also for Emacs's GUD interface >> > to switch to MI instead of using the (deprecated) annotations). However, >> > I think it should be documented in the GDB manual (more accurately in >> > gdbmi.texinfo). > >> >> I have documentation for all the changes I've made in the interpreter >> branch that I've been working on. I have not yet submitted them because I >> didn't want to overload maintainers with a zillion patches. >> >> If it is desired, I can post the documentation patches. > > > This might be a good way for folks to get a handle on the work before > reviewing it. Yes. The patch needs to include both the testcase and the doco changes (I note the doco has been posted). Andrew