[PATCH] Fix _Unwind_Backtrace for libc++abi built with libgcc.

Jonathan Roelofs jonathan at codesourcery.com
Tue Jan 20 08:58:13 PST 2015


================
Comment at: src/cxa_personality.cpp:1112
@@ -1106,1 +1111,3 @@
     case _US_VIRTUAL_UNWIND_FRAME:
+        if (is_force_unwinding)
+            return continue_unwind(unwind_exception, context);
----------------
jroelofs wrote:
> jroelofs wrote:
> > can the state ever be set to just _US_FORCE_UNWIND? Also, continue_unwind() takes three parameters now... can you rebase this patch?
> > can the state ever be set to just _US_FORCE_UNWIND?
> Nevermind about that part.
Also, nevermind about the rebase. I see that you've changed the signature of this function in a different patch in the series.

http://reviews.llvm.org/D7031

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list