[Bug libstdc++/33903] Backtrace info in std::exception

djh at emss dot co dot za gcc-bugzilla@gcc.gnu.org
Fri Nov 2 06:55:00 GMT 2007



------- Comment #4 from djh at emss dot co dot za  2007-11-02 06:54 -------
This is a possible solution.  Not ideal though, because, then all exceptions
will be trigger the breakpoint at __cxa_throw.

If however, I put a breakpoint in the catch in question, then I know I will get
the exception that I was looking for, and if bakctrace info was part of this
exception, then I could find out exactly what happened where.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33903



More information about the Gcc-bugs mailing list