From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13450 invoked by alias); 6 May 2003 15:06:43 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 13443 invoked from network); 6 May 2003 15:06:43 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 6 May 2003 15:06:43 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3p2/8.9.3) with ESMTP id LAA15910 for ; Tue, 6 May 2003 11:04:01 -0400 Received: from node1.ott.qnx.com (hwlab1 [10.0.2.159]) by smtp.ott.qnx.com (8.8.8/8.6.12) with ESMTP id LAA06670 for ; Tue, 6 May 2003 11:06:42 -0400 Received: (from alain@localhost) by node1.ott.qnx.com (8.8.8/8.6.12) id LAA03696 for gdb@sources.redhat.com; Tue, 6 May 2003 11:06:40 -0400 Message-Id: <200305061506.LAA03696@node1.ott.qnx.com> Subject: GCJ vs GDB To: gdb@sources.redhat.com Date: Tue, 06 May 2003 15:06:00 -0000 From: "Alain Magloire" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00073.txt.bz2 Bonjour Is this the right mailing list ? When debugging java code compiled with gcj java.lang.String value = "hello world"; (gdb) p value 0x11111 "hello world" Doing this with GDB/MI -data-evaluate-expression value or the var object -var-evaluate-expression var1 the answer is "0x1111" whithout the "hello world" Is this PR material ? known behaviour ?