From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27004 invoked by alias); 2 Aug 2004 20:20:39 -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 26977 invoked from network); 2 Aug 2004 20:20:38 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 2 Aug 2004 20:20:38 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1BrjH4-0001Dt-Cr; Mon, 02 Aug 2004 16:19:10 -0400 Date: Mon, 02 Aug 2004 20:20:00 -0000 From: Daniel Jacobowitz To: Andrew Haley Cc: Jeff Johnston , gdb-patches@sources.redhat.com Subject: Re: [RFA]: Java Inferior Call Take 2 Message-ID: <20040802201909.GA1618@nevyn.them.org> Mail-Followup-To: Andrew Haley , Jeff Johnston , gdb-patches@sources.redhat.com References: <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> <4105604A.6030302@redhat.com> <20040726194953.GA27001@nevyn.them.org> <16654.5193.518989.691842@cuddles.cambridge.redhat.com> <16654.23217.847150.837143@cuddles.cambridge.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16654.23217.847150.837143@cuddles.cambridge.redhat.com> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-08/txt/msg00045.txt.bz2 On Mon, Aug 02, 2004 at 04:16:01PM +0100, Andrew Haley wrote: > Andrew Haley writes: > > Daniel Jacobowitz writes: > > > On Mon, Jul 26, 2004 at 03:49:30PM -0400, Jeff Johnston wrote: > > > > Ping. > > > > > > I was waiting for Andrew to try fixing up gcj so that we could avoid > > > the method name problem. Andrew, are you going to have time to do > > > that, or should we pursue the hack for now after all? I'd much rather > > > it be fixed. > > > > Sorry Daniel, I've been away. You are right: it should be fixed in > > gcc. I will do this as soon as I get stuff sorted out. > > Okay, I've made a patch but I'm not sure it's what you want. > > This is a snippet from a typical file: > > .long 0x9ca | .long 0x851 > .byte 0x1 .byte 0x1 > .string "java.lang.Class.forName(java.lang.String)" | .string "forName" > .byte 0x3 .byte 0x3 > > Is that what you want? I've only made the change for method names; > field names are as before. That's what I had in mind. What do field names look like? I thought they were already in the shortened form. If you want to send me the patch to try, I'll put it together with the Java inferior call support and see if everything lines up right. -- Daniel Jacobowitz