[libcxxabi] [libunwind] [libunwind][AIX] Handle VAPI-based return addresses in stack unwinding for LLU (PR #209280)
Jon Roelofs via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 13 12:46:18 PDT 2026
================
@@ -1393,13 +1399,13 @@ UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as)
template <typename A, typename R>
UnwindCursor<A, R>::UnwindCursor(A &as, void *)
- : _addressSpace(as), _unwindInfoMissing(false), _isSignalFrame(false) {
+ : _addressSpace(as), _unwindInfoMissing(false), _isSignalFrame(false),
+ _isKnownVapiNotActive(false) {
----------------
jroelofs wrote:
likewise
https://github.com/llvm/llvm-project/pull/209280
More information about the cfe-commits
mailing list