Re: [HS] problem with gdb

2002-04-10 Thread Tom Tromey
> "Damien" == Damien <[EMAIL PROTECTED]> writes: Damien> Whe using gdb, I cannot print java.lang.String type object, I get this: Damien> (gdb) print token Damien> $19 = [EMAIL PROTECTED] Damien> It seems this is because token is a reference to a string, but Damien> I cannot find a way to pri

[HS] problem with gdb

2002-04-10 Thread Damien
Hello, Maybe someone here knows an answer to my question... I'm compiling an app with gcj -g ... Whe using gdb, I cannot print java.lang.String type object, I get this: (gdb) print token $19 = [EMAIL PROTECTED] It seems this is because token is a reference to a string, but I cannot find a way

Re: [HS] problem with gdb

2002-04-10 Thread Tom Tromey
> "Damien" == Damien <[EMAIL PROTECTED]> writes: Damien> Whe using gdb, I cannot print java.lang.String type object, I get this: Damien> (gdb) print token Damien> $19 = java.lang.String@80c88a0 Damien> It seems this is because token is a reference to a string, but Damien> I cannot find a wa

[HS] problem with gdb

2002-04-10 Thread Damien
Hello, Maybe someone here knows an answer to my question... I'm compiling an app with gcj -g ... Whe using gdb, I cannot print java.lang.String type object, I get this: (gdb) print token $19 = java.lang.String@80c88a0 It seems this is because token is a reference to a string, but I cannot fi