Re: invoking gcj methods from gdb

2006-02-28 Thread Tom Tromey
> "Andrew" == Andrew Haley <[EMAIL PROTECTED]> writes: >> > i.e. 'print simplevar' works, but 'print obj.method()' does not. Andrew> I can't remember what's supposed not to be there and what broke. Inferior method calls for java methods was never implemented. Tom -- To UNSUBSCRIBE, email

Re: invoking gcj methods from gdb

2006-02-27 Thread Andrew Haley
Michael Koch writes: > On Sat, Feb 25, 2006 at 03:45:43AM -0500, Daniel Risacher wrote: > > > > While using gdb to debug my native-compiled application, I can step, > > backtrace, examine local variables, etc. > > > > But I cannot seem to invoke a method - doing so causes a segfault. > >

Re: invoking gcj methods from gdb

2006-02-26 Thread Michael Koch
On Sat, Feb 25, 2006 at 03:45:43AM -0500, Daniel Risacher wrote: > > While using gdb to debug my native-compiled application, I can step, > backtrace, examine local variables, etc. > > But I cannot seem to invoke a method - doing so causes a segfault. > > i.e. 'print simplevar' works, but 'print