StackTrace

Undocumented in source.

Constructors

this
this(size_t skip, CONTEXT* context)

Constructor

Members

Functions

opApply
int opApply(int delegate(ref const(char[])) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref size_t, ref const(char[])) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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

Resolve a stack trace.

trace
ulong[] trace(size_t skip, CONTEXT* context)
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.

Meta