Skip to content

saved_register_frames ¤

Functions:

Attributes:

VALID_FRAME_TYPES module-attribute ¤

VALID_FRAME_TYPES = {
    "armcm-exception": ARM_CORTEX_M_EXCEPTION_STACK,
    "armcm-exception2": ARM_CORTEX_M_EXCEPTION_STACK,
}

parser module-attribute ¤

parser = ArgumentParser(
    description="Display the registers saved to memory for a certain frame type"
)

print_saved_register_frame ¤

print_saved_register_frame(
    context: SavedRegisterFrame, address: int = None, print_address=False
)

dump_register_frame ¤

dump_register_frame(
    frame_type: str, address: int = None, print_address=False
) -> None