|
PS2SDK
PS2 Homebrew Libraries
|
Include dependency graph for iopdebug.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| typedef void() | IOP_ExceptionHandler(IOP_RegFrame *) |
Functions | |
| int | iop_dbg_install (void) |
| int | iop_dbg_remove (void) |
| IOP_ExceptionHandler * | iop_dbg_get_handler (int cause) |
| IOP_ExceptionHandler * | iop_dbg_set_handler (int cause, IOP_ExceptionHandler *handler) |
| void | iop_dbg_get_reg_frames (IOP_RegFrame **def_frame_ptr, IOP_RegFrame **dbg_frame_ptr) |
| u32 | iop_dbg_get_dcic (void) |
| void | iop_dbg_set_dcic (u32 v) |
| u32 | iop_dbg_get_bpc (void) |
| void | iop_dbg_set_bpc (u32 v) |
| u32 | iop_dbg_get_bpcm (void) |
| void | iop_dbg_set_bpcm (u32 v) |
| u32 | iop_dbg_get_bda (void) |
| void | iop_dbg_set_bda (u32 v) |
| u32 | iop_dbg_get_bdam (void) |
| void | iop_dbg_set_bdam (u32 v) |
| void | iop_dbg_set_bpr (u32 addr, u32 mask, u32 user_mask) |
| void | iop_dbg_set_bpw (u32 addr, u32 mask, u32 user_mask) |
| void | iop_dbg_set_bpx (u32 addr, u32 mask, u32 user_mask) |
| void | iop_dbg_clr_bps (void) |
| void | iop_dbg_clr_bpda (void) |
| void | iop_dbg_clr_bpx (void) |
IOPDEBUG - IOP debugging library. Definitions for the IOPDEBUG library.
Definition in file iopdebug.h.