Searched refs:readonly_p (Results 1 – 1 of 1) sorted by relevance
306 int readonly_p; member322 regcache->readonly_p = 1; in regcache_xmalloc()374 gdb_assert (dst->readonly_p); in regcache_save()407 gdb_assert (!dst->readonly_p); in regcache_restore()427 if (!regcache->register_valid_p[regnum] && regcache->readonly_p) in do_cooked_read()445 gdb_assert (src->readonly_p || dst->readonly_p); in regcache_cpy()446 if (!src->readonly_p) in regcache_cpy()448 else if (!dst->readonly_p) in regcache_cpy()739 && !regcache->readonly_p) in regcache_raw_read()752 if (!regcache->readonly_p) in regcache_raw_read()[all …]