This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Natively compiled SWT segfaults under Windows


>>>>> "Olivier" == Olivier Parisy <ml.olivier.parisy@free.fr> writes:

Olivier> On a related note, is there a trick to display Java "String" objects
Olivier> in GDB?

For me 'p str' works just fine.

There's also some more general object dumping code in libgcj that you
can use from gdb.  The wiki page on debugging is useful:

  http://gcc.gnu.org/wiki/Debugging_tips_for_libgcj

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]