#include <pspkernel.h>
#include <pspdebug.h>
#include <string.h>
Include dependency graph for gdb-userlib.c:
Functions | |
void | putDebugChar (char ch) |
char | getDebugChar (void) |
void | sceKernelDcacheWBinvAll (void) |
void | sceKernelIcacheClearAll (void) |
int | _gdbSupportLibReadByte (unsigned char *address, unsigned char *dest) |
int | _gdbSupportLibWriteByte (char val, unsigned char *dest) |
void | _gdbSupportLibFlushCaches (void) |
int | _gdbSupportLibInit (void) |
Variables | |
int | g_initialised = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|