|
SSBM Decomp
|
Functions | |
| void | DBInit (void) |
| BOOL | DBIsDebuggerPresent (void) |
| void | __DBExceptionDestinationAux (void) |
| asm void | __DBExceptionDestination (void) |
| BOOL | __DBIsExceptionMarked (__OSException exception) |
| void | __DBMarkException (u8 exception, int value) |
| void | __DBSetPresent (u32 value) |
| void | DBPrintf (char *str,...) |
Variables | |
| u8 | DBStack [4096] |
| u8 * | DBStackEnd = DBStack + 4088 |
| BOOL | DBVerbose |
| struct DBInterface * | __DBInterface |
| void DBInit | ( | void | ) |
| BOOL DBIsDebuggerPresent | ( | void | ) |
| void __DBExceptionDestinationAux | ( | void | ) |
| asm void __DBExceptionDestination | ( | void | ) |
| BOOL __DBIsExceptionMarked | ( | __OSException | exception | ) |
| void __DBMarkException | ( | u8 | exception, |
| int | value ) |
| void __DBSetPresent | ( | u32 | value | ) |
| void DBPrintf | ( | char * | str, |
| ... ) |
| u8 DBStack[4096] |
| BOOL DBVerbose |
| struct DBInterface* __DBInterface |