This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog jv-exp.y jv-lang.c jv-typepr ...
- From: drow at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 14 May 2007 16:44:27 -0000
- Subject: src/gdb ChangeLog jv-exp.y jv-lang.c jv-typepr ...
CVSROOT: /cvs/src
Module name: src
Changes by: drow@sourceware.org 2007-05-14 16:44:27
Modified files:
gdb : ChangeLog jv-exp.y jv-lang.c jv-typeprint.c
gdb/testsuite : ChangeLog
gdb/testsuite/gdb.java: jprint.java
Log message:
* jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of
STRUCTOP_STRUCT.
* jv-lang.c (evaluate_subexp_java): Handle STRUCTOP_PTR instead of
STRUCTOP_STRUCT.
* jv-typeprint.c (java_print_type): Do not crash on NULL varstring.
* gdb.java/jprint.java (public): Avoid invalid call to static
method.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.8377&r2=1.8378
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/jv-exp.y.diff?cvsroot=src&r1=1.24&r2=1.25
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/jv-lang.c.diff?cvsroot=src&r1=1.45&r2=1.46
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/jv-typeprint.c.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1399&r2=1.1400
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.java/jprint.java.diff?cvsroot=src&r1=1.1&r2=1.2