This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/12471] no backtrace into libstdc++ possible
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Oct 2003 14:45:41 -0000
- Subject: [Bug target/12471] no backtrace into libstdc++ possible
- References: <20031001023058.12471.xu@cs.wisc.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12471
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2003-10-03 14:45 -------
I'm not a GDB developer so I can't really answer to either question. But GDB and
DBX are supposed to speak the same base language (STABS on SPARC, DWARF2 on
SPARC64) so it could be possible to debug GCC-compiled code with DBX.