From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 440 invoked by alias); 24 Aug 2004 19:28:59 -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 431 invoked from network); 24 Aug 2004 19:28:58 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 24 Aug 2004 19:28:58 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i7OJSrS0008648 for ; Tue, 24 Aug 2004 15:28:53 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i7OJSla00837; Tue, 24 Aug 2004 15:28:47 -0400 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i7OJScse010823; Tue, 24 Aug 2004 15:28:46 -0400 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 077C080001E; Tue, 24 Aug 2004 15:28:38 -0400 (EDT) Message-ID: <412B96E5.30202@redhat.com> Date: Tue, 24 Aug 2004 19:28:00 -0000 From: Jeff Johnston User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 MIME-Version: 1.0 To: Michael Chastain Cc: drow@false.org, gdb-patches@sources.redhat.com Subject: Re: [RFA]: Java Inferior Call Take 3 References: <40A9264C.4060404@redhat.com> <20040617030603.GC23443@nevyn.them.org> <40D20494.2020608@redhat.com> <20040619235857.GA18759@nevyn.them.org> <16598.64375.217285.743094@cuddles.cambridge.redhat.com> <16601.25623.949217.642524@cuddles.cambridge.redhat.com> <20040623134742.GA24612@nevyn.them.org> <40D9FC3B.3030700@redhat.com> <20040623230138.GA6426@nevyn.them.org> <40EB1DDD.4070603@redhat.com> <20040816203502.GB14885@nevyn.them.org> <412B8EA3.3090406@redhat.com> <412B9181.nailEP511GLS6@mindspring.com> In-Reply-To: <412B9181.nailEP511GLS6@mindspring.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00660.txt.bz2 Michael Chastain wrote: > The test script + test program look pretty good to me. > What system(s) did you test it on? > i686 Linux (RHEL3). > >>2004-08-24 Jeff Johnston >> >> * gdb.java/jprint.exp: New test for java inferior call. >> * gdb.java/jprint.java: Ditto. > >