GDB (xrefs)
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 )
DCACHE* dcache_init ( void  )
void dcache_invalidate ( DCACHE dcache)
void dcache_update ( DCACHE dcache,
CORE_ADDR  memaddr,
gdb_byte myaddr,
int  len 
)

Definition at line 552 of file dcache.c.

References dcache_poke_byte(), and len.

Referenced by memory_xfer_partial_1().

int dcache_xfer_memory ( struct target_ops ops,
DCACHE cache,
CORE_ADDR  mem,
gdb_byte my,
int  len,
int  should_write 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines