mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-27 15:05:31 +01:00
41b98c7daa
Skyline's `exception` class now stores a list of all stack frames during the invocation of the exception. These can later be parsed by the exception handler to generate a human-readable stack trace. To assist with more complete stack traces, `-fno-omit-frame-pointer` is now passed on debug builds which forces the inclusion of frames on function calls.