Static Public Member Functions | |
| static unsigned int | Record (StackFrame *frames, unsigned int maxNumOfFrames, unsigned int suppressCount=0, void *nativeThread=0) |
|
static |
Record the current call stack frames (current process, current thread).
| frames | array of frames to store the stack into. |
| suppressCount | This specifies how many levels of the stack to hide. By default it is 0, which will just hide this function itself. |
| nativeThread | pointer to thread native type to capture a stack other than the currently running stack |