PSPSDK 1.0+beta2
Loading...
Searching...
No Matches
exception.c File Reference
#include <pspkernel.h>
#include <pspdisplay.h>
#include <pspdebug.h>
Include dependency graph for exception.c:

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
 

Function Documentation

◆ _pspDebugExceptionHandler()

void _pspDebugExceptionHandler ( void  )

◆ _pspDebugTrapEntry()

void _pspDebugTrapEntry ( void  )

The entry point for our exception "trap".

References _pspDebugExceptRegs, NULL, and sceKernelExitDeleteThread().

◆ sceKernelRegisterDefaultExceptionHandler()

int sceKernelRegisterDefaultExceptionHandler ( void func)

Variable Documentation

◆ _pspDebugExceptRegs

PspDebugRegBlock _pspDebugExceptRegs

Referenced by _pspDebugTrapEntry().