[kaffe] tracing method calls

2002-11-27 Thread Benoit Hubert
Hello I'm working on a modified version of Kaffe, which uses our own thread and socket subsystems. I use a test program which hangs at some point, but I can't determine precisely where. I think that in this situation, it would be helpful if I could trace each method call made by the program.

Re: [kaffe] tracing method calls

2002-11-27 Thread Jim Pick
On Wed, 2002-11-27 at 09:19, Benoit Hubert wrote: Hello I'm working on a modified version of Kaffe, which uses our own thread and socket subsystems. I use a test program which hangs at some point, but I can't determine precisely where. I think that in this situation, it would be helpful if

Re: [kaffe] tracing method calls

2002-11-27 Thread Dalibor Topic
Hi Jim, hi Benoit, --- Jim Pick [EMAIL PROTECTED] wrote: On Wed, 2002-11-27 at 09:19, Benoit Hubert wrote: Hello I'm working on a modified version of Kaffe, which uses our own thread and socket subsystems. I use a test program which hangs at some point, but I can't determine

Re: [kaffe] tracing method calls

2002-11-27 Thread Jim Pick
I think the PocketLinux version of kaffe had a working -verbosecall switch (it doesn't work in the kaffe.org version). I'm not sure, but I think I was told that it worked by JIT'ing each method, and but not storing the result (so it ran very slowly). I have to disagree. At the