Searched refs:contents_cache (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dm32r-tdep.c88 gdb_byte *contents_cache = bp_tgt->shadow_contents; local
92 val = target_read_memory (addr & 0xfffffffc, contents_cache, 4);
105 buf[2] = contents_cache[2] & 0x7f;
106 buf[3] = contents_cache[3];
110 buf[0] = contents_cache[0];
111 buf[1] = contents_cache[1];
120 buf[0] = contents_cache[0];
121 buf[1] = contents_cache[1] & 0x7f;
129 buf[2] = contents_cache[2];
130 buf[3] = contents_cache[
146 gdb_byte *contents_cache = bp_tgt->shadow_contents; local
[all...]

Completed in 101 milliseconds