Svante Arvedahl <[EMAIL PROTECTED]> writes:

> Hi Fabio,
> What platform are you using? Are you using the jit? What I usually do (I
> use the jit) is to debug with gdb and put a break point on soft_athrow
> in soft.c. When the breakpoint is hit 'where' gives me the address in
> the jitted code where the exception was thrown. Thru disassembling the
> code and comparing with the java source code I can usually figure out
> where I'm at.

Is the jitwhere command in kaffe's developers/gdbinit script broken?
If not, you can use jitwhere to find a method from a pc.

Jason

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to