Extract the stack backtrace.
The pointers returned from the function are one less than the actual number. This is so that a symbol lookup will report the correct function even when the call to _d_throw_exception was the last thing in it.
range to receive the call stack pointers
number of near frames to skip.
Retruns: Range where the actual pointers reside.
See Implementation
Extract the stack backtrace.
The pointers returned from the function are one less than the actual number. This is so that a symbol lookup will report the correct function even when the call to _d_throw_exception was the last thing in it.