GDB (xrefs)
Typedefs | Functions
/tmp/gdb-7.10/gdb/dcache.h File Reference
#include "target.h"

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 *)
 
enum target_xfer_status dcache_read_memory_partial (struct target_ops *ops, DCACHE *dcache, CORE_ADDR memaddr, gdb_byte *myaddr, ULONGEST len, ULONGEST *xfered_len)
 
void dcache_update (DCACHE *dcache, enum target_xfer_status status, CORE_ADDR memaddr, const gdb_byte *myaddr, ULONGEST len)
 

Typedef Documentation

typedef struct dcache_struct DCACHE

Definition at line 26 of file dcache.h.

Function Documentation

void dcache_free ( DCACHE )
DCACHE* dcache_init ( void  )
void dcache_invalidate ( DCACHE dcache)
enum target_xfer_status dcache_read_memory_partial ( struct target_ops ops,
DCACHE dcache,
CORE_ADDR  memaddr,
gdb_byte myaddr,
ULONGEST  len,
ULONGEST xfered_len 
)
void dcache_update ( DCACHE dcache,
enum target_xfer_status  status,
CORE_ADDR  memaddr,
const gdb_byte myaddr,
ULONGEST  len 
)

Definition at line 525 of file dcache.c.

References dcache_invalidate_line(), dcache_poke_byte(), len, and TARGET_XFER_OK.

Referenced by raw_memory_xfer_partial().