Lines Matching full:stack
27 * This structure stores the backtrace information of a particular stack frame
30 * within a single stack. The next_pc represents the PC of the current
32 * is the last frame on the stack.
44 * Get the first frame of the current stack's backtrace
49 * - Flush CPU registers and window frames onto the current stack
50 * - Return PC and SP of function A (i.e. start of the stack's backtrace)
58 * @param[in] interrupted_stack Pointer to interrupted stack
66 * @brief Get the next frame on a stack for backtracing
68 * Given a stack frame(i), this function will obtain the next
69 * stack frame(i-1) on the same call stack (i.e. the caller of frame(i)).
77 * is last frame on the stack
88 * @brief Print the backtrace of the current stack
90 * @param depth The maximum number of stack frames to print (should be > 0)
91 * @param interrupted_stack Pointer to interrupted stack