Commit graph

4 commits

Author SHA1 Message Date
Zaggy1024
c78a98cc9c AK: Remove error passthrough from StackUnwinder
This isn't useful in Ladybird, we don't want to worry about fallible
allocations.
2026-03-03 11:26:42 -06:00
Zaggy1024
1609eb1f7a AK: Reintroduce StackUnwinder.h
This reverts commit fe9af7c972.

We can use this for the GC stack pointer resolution.
2026-03-03 11:26:42 -06:00
Andreas Kling
fe9af7c972 AK: Remove unused StackUnwinder.h 2024-06-18 12:00:14 +02:00
Sönke Holz
b6cc95c38e AK: Add a function for frame pointer-based stack unwinding
Instead of duplicating stack unwinding code everywhere, introduce a new
AK helper to unwind the stack in a generic way.
2024-05-14 14:02:06 -06:00