From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21615 invoked by alias); 23 Sep 2002 18:57: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 21608 invoked from network); 23 Sep 2002 18:56:58 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 23 Sep 2002 18:56:58 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8NIdFi12539 for ; Mon, 23 Sep 2002 14:39:15 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8NIuvf19671 for ; Mon, 23 Sep 2002 14:56:57 -0400 Received: from lindt.uglyboxes.com (vpn50-21.rdu.redhat.com [172.16.50.21]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8NIuuU22238; Mon, 23 Sep 2002 14:56:56 -0400 Date: Mon, 23 Sep 2002 11:57:00 -0000 From: Keith Seitz X-X-Sender: keiths@lindt.uglyboxes.com To: Elena Zannoni cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] Interpreters (~final) (fwd) In-Reply-To: <15758.18002.952488.418867@localhost.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-09/txt/msg00568.txt.bz2 On Sun, 22 Sep 2002, Elena Zannoni wrote: > Can you just post the bare minimum that will make the MI accept > interpreter-exec? Even if it won't be able to do much? > We can trim the testsuite file down to what passes, if necessary. Well, it would be much easier for you to look at the branch listed below, but I'll see if I can come up with a patch which adds the minimum. I'm afraid that the change is so huge (lots of new files) that the patch is going to be unmanageable (and probably the whole thing). I'll let you know when I have something "simpler". Keith