SSBM Decomp
|
#include <placeholder.h>
#include <dolphin/base/PPCArch.h>
#include <dolphin/db/db.h>
#include <dolphin/os.h>
#include <dolphin/os/OSContext.h>
Functions | |
static void | __DBExceptionDestination (void) |
void | DBInit (void) |
bool | DBIsDebuggerPresent (void) |
static void | __DBExceptionDestinationAux (void) |
bool | __DBIsExceptionMarked (u8 exception) |
void | DBPrintf (const char *str,...) |
Variables | |
static DBInterface * | __DBInterface |
static int | DBVerbose |
|
static |
void DBInit | ( | void | ) |
bool DBIsDebuggerPresent | ( | void | ) |
|
static |
int __DBIsExceptionMarked | ( | u8 | exception | ) |
void DBPrintf | ( | const char * | str, |
... | |||
) |
|
static |
|
static |