[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

invoking gcj methods from gdb



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 obj.method()' does not.

Is this normal?  Is there a workaround?  Is it just me?

[p.s. using gdb 6.4-debian, gcj (GCC) 4.0.3 20060212 (prerelease) (Debian 4.0.2-9)]



Reply to: