GDB (xrefs)
|
Public Attributes | |
int | fd |
ULONGEST | offset |
gdb_byte * | buf |
size_t | bufsize |
ULONGEST | hit_count |
ULONGEST | miss_count |
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 |
Definition at line 271 of file remote.c.
Referenced by readahead_cache_invalidate(), readahead_cache_invalidate_fd(), remote_hostio_pread(), and remote_hostio_pread_from_cache().
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().