A captured stack trace as a fixed‐capacity array of return addresses.
Synopsis
Declared in <folly/debugging/exception_tracer/StackTrace.h>
struct StackTrace;
Member Functions
Name |
Description |
|
Construct an empty stack trace with no frames. |
Data Members
Name |
Description |
The captured return addresses, from top to bottom of the stack. |
|
Number of valid frames in addresses. |
Created with MrDocs