This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Idea for stack traces
- From: Andrew Haley <aph at cambridge dot redhat dot com>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: java at gcc dot gnu dot org
- Date: Fri, 8 Mar 2002 17:42:04 +0000 (GMT)
- Subject: Idea for stack traces
- References: <3C88EE69.5080506@waitaki.otago.ac.nz>
Offhand, my first reaction to this is that we'd be duplicating the
DWARF info for no particular good effect. Writing a tiny DWARF
interpreter that can only access symbols and addresses which lives in
libgcj would not be so very hard, and we could arrange for this info
to be emitted even on targets that don't use DWARF by default.
Andrew.