This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
gdb tips?
- To: java at gcc dot gnu dot org
- Subject: gdb tips?
- From: Tony Kimball <alk at pobox dot com>
- Date: Tue, 17 Apr 2001 17:31:13 -0500 (CDT)
- Reply-To: alk at pobox dot com
Can anybody clue me regarding how to use gdb on gcj-compiled code?
The gdb-4.18 instructions at gcc.gnu.org/java are not useful for me
using gdb 5.0. The problems I encounter using gdb 5.0 with gcj
(3.0 branch) are general symbol mangling and scoping issues --
almost nothing I have tried works, in terms of actually
referencing source files, functions, and variables.
Is there a preferred gdb version?