|
CX Framework
Cross-platform C utility framework
|
Platform-specific stack trace capture for debugging and crash analysis.
Provides the ability to capture the current call stack as an array of instruction pointer addresses. These addresses can be symbolicated offline or using platform-specific debugging APIs to obtain human-readable function names, file names, and line numbers.
Usage example:
Platform implementations:
RtlCaptureStackBackTrace for fast captureStack traces are automatically captured by the Crash Handler system and included in crash reports.