pspsdk-1.0+beta2
|
Functions | |
void | _pspDebugExceptionHandler (void) |
int | sceKernelRegisterDefaultExceptionHandler (void *func) |
int | pspDebugInstallErrorHandler (PspDebugErrorHandler handler) |
Install an error handler to catch unhandled exceptions. | |
void | pspDebugDumpException (PspDebugRegBlock *regs) |
Dump an exception to screen using the pspDebugScreen functions. | |
void | _pspDebugTrapEntry (void) |
The entry point for our exception "trap". |
Variables | |
PspDebugRegBlock | _pspDebugExceptRegs |
void _pspDebugExceptionHandler | ( | void | ) |
Referenced by pspDebugInstallErrorHandler().
void _pspDebugTrapEntry | ( | void | ) |
The entry point for our exception "trap".
References NULL, and sceKernelExitDeleteThread().
int sceKernelRegisterDefaultExceptionHandler | ( | void * | func | ) |
Referenced by pspDebugInstallErrorHandler().
PspDebugRegBlock _pspDebugExceptRegs |