|
PS2SDK
PS2 Homebrew Libraries
|
#include "types.h"#include "defs.h"#include "irx.h"#include "ioptrap.h"#include "excepman.h"#include "loadcore.h"#include "sifman.h"#include "stdio.h"#include "sysclib.h"#include "thbase.h"
Include dependency graph for ioptrap.c:Go to the source code of this file.
Functions | |
| IRX_ID (MODNAME, 1, 1) | |
| const char * | get_exception_name (exception_type_t type) |
| void | def_exc_handler () |
| void | bp_exc_handler () |
| exception_type_t | dbg_setjmp () |
| trap_exception_handler_t | set_exception_handler (exception_type_t type, trap_exception_handler_t handler) |
| trap_exception_handler_t | get_exception_handler (exception_type_t type) |
| void | trap (exception_type_t type, struct exception_frame *ex) |
| int | _start (int argc, char *argv[]) |
| int | shutdown () |
Variables | |
| struct irx_export_table | _exp_ioptrap |
| static const char * | exception_type_name [] |
| exception_frame_t | __trap_frame |
| int | dbg_jmp_buf_setup = 0 |
| jmp_buf | dbg_jmp_buf |
| static trap_exception_handler_t | handlers [16] |
IOP exception handling.
Definition in file ioptrap.c.
|
static |