Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::system::StackFrame Struct Reference

A snapshot of the a frame in the call stack. More...

#include <cpu.h>

Public Attributes

StackFramenext
 Pointer to the next stack frame (up the call stack)
 
uintptr_t rip
 The instruction pointer at this frame.
 

Detailed Description

A snapshot of the a frame in the call stack.

Definition at line 180 of file cpu.h.

Member Data Documentation

◆ next

StackFrame* MaxOS::system::StackFrame::next

Pointer to the next stack frame (up the call stack)

Definition at line 182 of file cpu.h.

◆ rip

uintptr_t MaxOS::system::StackFrame::rip

The instruction pointer at this frame.

Definition at line 183 of file cpu.h.


The documentation for this struct was generated from the following file: