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) |
void | printf (const char *fmt,...) |
void | osSyncPrintf (const char *fmt,...) |
void | rmonPrintf (const char *fmt,...) |
void | is_debug_panic (const char *message) |
struct ISVDbg |
#define gISVDbgPrnAdrs ((ISVDbg*) 0xb3ff0000) |
Definition at line 15 of file is_debug.c.
Referenced by is_debug_init(), and is_debug_print().
void crash_screen_set_assert_info | ( | const char * | message | ) |
char * is_debug_print | ( | char * | arg0, |
const char * | str, | ||
size_t | count ) |
Definition at line 46 of file is_debug.c.
Referenced by osSyncPrintf(), printf(), and rmonPrintf().
void is_debug_init | ( | void | ) |
Definition at line 19 of file is_debug.c.
Referenced by boot_main().
void printf | ( | const char * | fmt, |
... ) |
Definition at line 25 of file is_debug.c.
void osSyncPrintf | ( | const char * | fmt, |
... ) |
Definition at line 32 of file is_debug.c.
Referenced by __bt_analyze_func(), address2symbol(), debug_backtrace(), and load_texture_by_name().
void rmonPrintf | ( | const char * | fmt, |
... ) |
Definition at line 39 of file is_debug.c.
void is_debug_panic | ( | const char * | message | ) |
Definition at line 93 of file is_debug.c.