This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GDB Windows for idiots
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <java at gcc dot gnu dot org>
- Date: Tue, 25 Feb 2003 20:09:14 +0100
- Subject: GDB Windows for idiots
Is there a "GDB Windows for idiots" resource?
I'd like to see if I can narrow down the "string crash",
I'm seing under GCJ 3.3, but I'm a mere mortal using GCJ trying
to provide meaningful bug-reports.
Some sort of resource, immediately helpful to someone with
generic C++ programming skills, normally programming in e.g.
Eclipse. :-)
Mohans build did not include GDB, AFAICS.
The tutorial below is a bit steep, when what I want to do is to produce
a useful bug-report within an hour for GCJ 3.3 under Windows.
http://gcc.gnu.org/java/gdb.html
Øyvind