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

StackTrace [constructor]

Construct an empty stack trace with no frames.

Data Members

Name

Description

addresses

The captured return addresses, from top to bottom of the stack.

frameCount

Number of valid frames in addresses.

Created with MrDocs