Description
Debugging and runtime tools can inspect a program call chain with Carbon-oriented C++ exception support enabled.
This library is useful for developers working on crash handling, profilers, exception systems, language runtimes, or diagnostics that need stack unwinding. It does not add a debugger interface by itself.
Stack information may include function names, memory addresses, and program structure. Handle diagnostic output carefully when sharing logs.