GDB (xrefs)
Public Attributes | List of all members
readahead_cache Struct Reference

Public Attributes

int fd
 
ULONGEST offset
 
gdb_bytebuf
 
size_t bufsize
 
ULONGEST hit_count
 
ULONGEST miss_count
 

Detailed Description

Definition at line 267 of file remote.c.

Member Data Documentation

gdb_byte* readahead_cache::buf

Definition at line 278 of file remote.c.

Referenced by remote_hostio_pread(), and remote_hostio_pread_from_cache().

size_t readahead_cache::bufsize

Definition at line 281 of file remote.c.

Referenced by remote_hostio_pread(), and remote_hostio_pread_from_cache().

int readahead_cache::fd
ULONGEST readahead_cache::hit_count

Definition at line 284 of file remote.c.

Referenced by remote_hostio_pread().

ULONGEST readahead_cache::miss_count

Definition at line 285 of file remote.c.

Referenced by remote_hostio_pread().

ULONGEST readahead_cache::offset

Definition at line 275 of file remote.c.

Referenced by remote_hostio_pread(), and remote_hostio_pread_from_cache().


The documentation for this struct was generated from the following file: