SSBM Decomp
Loading...
Searching...
No Matches
db.h
Go to the documentation of this file.
1#ifndef __DOLPHIN_DB_H__
2#define __DOLPHIN_DB_H__
3
4#include <platform.h>
5
6typedef struct {
9 void (*ExceptionDestination)(void);
12
13void DBInit(void);
14bool DBIsDebuggerPresent(void);
15bool __DBIsExceptionMarked(u8 exception);
16void DBPrintf(const char* str, ...);
17
19
20#endif
void DBPrintf(const char *str,...)
Definition db.c:71
void DBInit(void)
Definition db.c:13
bool DBIsDebuggerPresent(void)
Definition db.c:21
bool __DBIsExceptionMarked(u8 exception)
Definition db.c:66
unsigned long u32
An unsigned 32-bit integer.
Definition platform.h:26
unsigned char u8
An unsigned 8-bit integer.
Definition platform.h:20
Definition db.h:6
void * exceptionReturn
Definition db.h:10
u32 bPresent
Definition db.h:7
u32 exceptionMask
Definition db.h:8
Definition ground.c:2466