Description
A library for reading and manipulating a program's call chain, commonly used by debuggers, profilers, crash reporters, and language runtimes.
It is debugging and runtime infrastructure. Captured call stacks may reveal code paths, function names, and runtime state, so diagnostic data should be shared carefully.