Loading [MathJax]/extensions/MathMenu.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
db.c File Reference

Functions

void DBInit (void)
 
BOOL DBIsDebuggerPresent (void)
 
void __DBExceptionDestinationAux (void)
 
asm void __DBExceptionDestination (void)
 
BOOL __DBIsExceptionMarked (__OSException exception)
 
void __DBMarkException (__OSException exception, int value)
 
void __DBSetPresent (u32 value)
 
void DBPrintf (char *str,...)
 

Variables

u8 DBStack [0x1000]
 
u8DBStackEnd = DBStack + (sizeof(DBStack) - 8)
 
BOOL DBVerbose
 
DBInterface__DBInterface
 

Function Documentation

◆ __DBExceptionDestination()

asm void __DBExceptionDestination ( void )

◆ __DBExceptionDestinationAux()

void __DBExceptionDestinationAux ( void )

◆ __DBIsExceptionMarked()

BOOL __DBIsExceptionMarked ( __OSException exception)

◆ __DBMarkException()

void __DBMarkException ( __OSException exception,
int value )

◆ __DBSetPresent()

void __DBSetPresent ( u32 value)

◆ DBInit()

void DBInit ( void )

◆ DBIsDebuggerPresent()

BOOL DBIsDebuggerPresent ( void )

◆ DBPrintf()

void DBPrintf ( char * str,
... )

Variable Documentation

◆ __DBInterface

DBInterface* __DBInterface

◆ DBStack

u8 DBStack[0x1000]

◆ DBStackEnd

u8* DBStackEnd = DBStack + (sizeof(DBStack) - 8)

◆ DBVerbose

BOOL DBVerbose