Function crash_context::crash_context_getcontext
source · [−]Expand description
A portable implementation of getcontext
since it is not supported by all libc implementations, namely musl, as
it has been deprecated from POSIX for over a decade
The implementation is ported from Breakpad, which is itself ported from libunwind