PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
_PspDebugRegBlock Struct Reference

Structure to hold the register data associated with an exception. More...

#include <debug/pspdebug.h>

Data Fields

u32 frame [6]
 
u32 r [32]
 Array of the 32 GPRs.
 
u32 status
 The status register.
 
u32 lo
 lo
 
u32 hi
 
u32 badvaddr
 
u32 cause
 
u32 epc
 
float fpr [32]
 
u32 fsr
 
u32 fir
 
u32 frame_ptr
 
u32 unused
 
u32 index
 
u32 random
 
u32 entrylo0
 
u32 entrylo1
 
u32 context
 
u32 pagemask
 
u32 wired
 
u32 cop0_7
 
u32 cop0_8
 
u32 cop0_9
 
u32 entryhi
 
u32 cop0_11
 
u32 cop0_12
 
u32 cop0_13
 
u32 cop0_14
 
u32 prid
 
u32 padding [100]
 

Detailed Description

Structure to hold the register data associated with an exception.

Field Documentation

◆ badvaddr

u32 _PspDebugRegBlock::badvaddr

Referenced by pspDebugDumpException().

◆ cause

u32 _PspDebugRegBlock::cause

Referenced by pspDebugDumpException().

◆ context

u32 _PspDebugRegBlock::context

◆ cop0_11

u32 _PspDebugRegBlock::cop0_11

◆ cop0_12

u32 _PspDebugRegBlock::cop0_12

◆ cop0_13

u32 _PspDebugRegBlock::cop0_13

◆ cop0_14

u32 _PspDebugRegBlock::cop0_14

◆ cop0_7

u32 _PspDebugRegBlock::cop0_7

◆ cop0_8

u32 _PspDebugRegBlock::cop0_8

◆ cop0_9

u32 _PspDebugRegBlock::cop0_9

◆ entryhi

u32 _PspDebugRegBlock::entryhi

◆ entrylo0

u32 _PspDebugRegBlock::entrylo0

◆ entrylo1

u32 _PspDebugRegBlock::entrylo1

◆ epc

u32 _PspDebugRegBlock::epc

◆ fir

u32 _PspDebugRegBlock::fir

◆ fpr

float _PspDebugRegBlock::fpr[32]

◆ frame

u32 _PspDebugRegBlock::frame[6]

◆ frame_ptr

u32 _PspDebugRegBlock::frame_ptr

◆ fsr

u32 _PspDebugRegBlock::fsr

◆ hi

u32 _PspDebugRegBlock::hi

◆ index

u32 _PspDebugRegBlock::index

◆ lo

u32 _PspDebugRegBlock::lo

lo

◆ padding

u32 _PspDebugRegBlock::padding[100]

◆ pagemask

u32 _PspDebugRegBlock::pagemask

◆ prid

u32 _PspDebugRegBlock::prid

◆ r

u32 _PspDebugRegBlock::r[32]

Array of the 32 GPRs.

Referenced by build_trap_cmd(), and pspDebugDumpException().

◆ random

u32 _PspDebugRegBlock::random

◆ status

u32 _PspDebugRegBlock::status

The status register.

Referenced by pspDebugDumpException().

◆ unused

u32 _PspDebugRegBlock::unused

◆ wired

u32 _PspDebugRegBlock::wired

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