GDB (xrefs)
|
#include "target.h"
Public Member Functions | |
memory_write_request (ULONGEST begin_, ULONGEST end_, gdb_byte *data_=nullptr, void *baton_=nullptr) | |
Public Attributes | |
ULONGEST | begin |
ULONGEST | end |
gdb_byte * | data |
void * | baton |
ULONGEST memory_write_request::begin |
Definition at line 1613 of file target.h.
Referenced by claim_memory(), compare_block_starting_address(), and compute_garbled_blocks().
gdb_byte* memory_write_request::data |
Definition at line 1617 of file target.h.
Referenced by claim_memory().
ULONGEST memory_write_request::end |
Definition at line 1615 of file target.h.
Referenced by claim_memory(), and compute_garbled_blocks().