GDB (API)
|
Go to the source code of this file.
Typedefs | |
typedef struct dcache_struct | DCACHE |
Functions | |
void | dcache_invalidate (DCACHE *dcache) |
DCACHE * | dcache_init (void) |
void | dcache_free (DCACHE *) |
int | dcache_xfer_memory (struct target_ops *ops, DCACHE *cache, CORE_ADDR mem, gdb_byte *my, int len, int should_write) |
void | dcache_update (DCACHE *dcache, CORE_ADDR memaddr, gdb_byte *myaddr, int len) |
void dcache_free | ( | DCACHE * | ) |
DCACHE* dcache_init | ( | void | ) |
void dcache_invalidate | ( | DCACHE * | dcache | ) |
void dcache_update | ( | DCACHE * | dcache, |
CORE_ADDR | memaddr, | ||
gdb_byte * | myaddr, | ||
int | len | ||
) |
int dcache_xfer_memory | ( | struct target_ops * | ops, |
DCACHE * | cache, | ||
CORE_ADDR | mem, | ||
gdb_byte * | my, | ||
int | len, | ||
int | should_write | ||
) |