http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55898
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-01-07
18:42:21 UTC ---
I bet this is because --enable-sjlj-exceptions turns off the output of the
dwarf2 eh_frame which is used by the debugger to unwind the frames in most
cases if the frame pointer is omitted.
Why are you using SJLJ exceptions anyways? They are much slower when exceptions
don't happen.