Go to the source code of this file.
Data Structures | |
struct | ISVDbg |
Macros | |
#define | gISVDbgPrnAdrs ((ISVDbg*) 0xb3ff0000) |
Functions | |
void | crash_screen_set_assert_info (const char *message) |
char * | is_debug_print (char *arg0, const char *str, size_t count) |
void | is_debug_init (void) |
int | printf (const char *restrict fmt,...) |
int | __printf_chk (int flag, const char *restrict fmt,...) |
int | puts (const char *s) |
void | osSyncPrintf (const char *fmt,...) |
void | rmonPrintf (const char *fmt,...) |
void | is_debug_panic (const char *message) |
struct ISVDbg |
Definition at line 15 of file is_debug.c.
Referenced by is_debug_init(), and is_debug_print().
Definition at line 59 of file is_debug.c.
Referenced by __printf_chk(), osSyncPrintf(), printf(), and rmonPrintf().
Definition at line 25 of file is_debug.c.
Referenced by load_texture_by_name(), and puts().
Definition at line 32 of file is_debug.c.
Definition at line 40 of file is_debug.c.
Definition at line 45 of file is_debug.c.
Definition at line 52 of file is_debug.c.
Definition at line 106 of file is_debug.c.