This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: not checked in: -Xtrace
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 21 Feb 2005 11:08:12 -0700
- Subject: Re: Patch: not checked in: -Xtrace
- References: <m3sm3s6yyd.fsf@localhost.localdomain>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Tom> This adds support for a new "-Xtrace" option to gij. With this
Tom> option, we try to print a line for every method call that is made.
Tom> e.g:
On irc I read that kaffe uses "-verbosecall" for this.
"-verbose:call" is a bit more jdk-like; maybe we could all
standardize on a name for this.
Also there is Runtime.traceMethodCalls... we should hook up to this.
Tom