[libunwind] [libunwind][Haiku] Fix signal frame unwinding (PR #135367)
Trung Nguyen via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 12 09:19:26 PDT 2025
trungnt2910 wrote:
Yes, tested on `x86_64` and only `x86_64` (though support for other archs can be added by as easy as defining a few offsets and registers). Requires Haiku `hrev58811` to fully work with `tests/signal_unwind.pass.cpp`.
This is also the same implementation used in my debugger ports for Haiku.
https://github.com/llvm/llvm-project/pull/135367
More information about the cfe-commits
mailing list