StackTrace

Undocumented in source.

Constructors

this
this(size_t skip, CONTEXT* context)

Constructor

Members

Static functions

resolve
char[][] resolve(const(ulong)[] addresses)

Resolve a stack trace.

trace
ulong[] trace(ulong[] buffer, size_t skip, CONTEXT* context)

Receive a stack trace in the form of an address list. One form accepts an allocated buffer, the other form automatically allocates the buffer.

trace
ulong[] trace(size_t skip, CONTEXT* context)

Receive a stack trace in the form of an address list. One form accepts an allocated buffer, the other form automatically allocates the buffer.

Meta