Description
Debuggers, profilers, and runtimes can recover call chains through a portable C stack-unwinding API.
This library is useful for crash reports, exception handling, performance tools, language runtimes, and diagnostics that need to inspect where code is executing. It does not add a standalone debugger; other software uses it internally.
Call-chain data can reveal code structure and memory addresses. Redact sensitive diagnostic output when sharing logs publicly.