As a step to fix libunwind unw_step(), a new function
__gnu_unwind_frame() has been introduced to libunwind, and it is
required to use this function so that some libunwind internal data
structure can be updated properly.
Depends On: D9961
Differential D9962
libcxx: Switch to use __gnu_unwind_frame() for libunwind. logan on May 24 2015, 10:36 AM. Authored by
Details
Diff Detail Event TimelineComment Actions And I imagine that this will also fix the problem we had earlier with undefined __gnu_unwind_frame, right? If that's so, this one also looks good to me. Thanks for the work! --renato Comment Actions I haven't encountered this problem by myself. But I believe this should fix your problem. |