License
Distributed under the
Boost Software License 1.0. (See accompanying file LICENSE)
...
Boost Software License 1.0. (See accompanying file LICENSE)
()int opApply( scope int delegate(ref const(char[])) dg ) constint opApply( scope int delegate(ref size_t, ref const(char[])) dg ) constulong[] trace(size_t skip = 0, CONTEXT * context = null) staticReceive a stack trace in the form of an address list. One form accepts an allocated buffer, the other form automatically allocates the buffer.char[][] resolve(const(ulong)[] addresses) @trusted staticResolve a stack trace. Params: addresses = A list of addresses to resolve. Returns: An array of strings with the results.this(size_t skip, CONTEXT * context)Constructor Params: skip = The number of stack frames to skip. context = The context to receive the stack trace from. Can be null.