GDB (API)
Typedefs | Functions
/home/stan/gdb/src/gdb/dcache.h File Reference

Go to the source code of this file.

Typedefs

typedef struct dcache_struct DCACHE

Functions

void dcache_invalidate (DCACHE *dcache)
DCACHEdcache_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)

Typedef Documentation

typedef struct dcache_struct DCACHE

Definition at line 24 of file dcache.h.


Function Documentation

void dcache_free ( DCACHE )

Definition at line 226 of file dcache.c.

DCACHE* dcache_init ( void  )

Definition at line 456 of file dcache.c.

void dcache_invalidate ( DCACHE dcache)

Definition at line 254 of file dcache.c.

void dcache_update ( DCACHE dcache,
CORE_ADDR  memaddr,
gdb_byte myaddr,
int  len 
)

Definition at line 552 of file dcache.c.

int dcache_xfer_memory ( struct target_ops ops,
DCACHE cache,
CORE_ADDR  mem,
gdb_byte my,
int  len,
int  should_write 
)

Definition at line 488 of file dcache.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines