Searched refs:readonly_p (Results 1 – 2 of 2) sorted by relevance
196 int readonly_p; member212 regcache->readonly_p = 1; in regcache_xmalloc()264 gdb_assert (dst->readonly_p); in regcache_save()297 gdb_assert (!dst->readonly_p); in regcache_restore()317 if (!regcache->register_valid_p[regnum] && regcache->readonly_p) in do_cooked_read()335 gdb_assert (src->readonly_p || dst->readonly_p); in regcache_cpy()336 if (!src->readonly_p) in regcache_cpy()338 else if (!dst->readonly_p) in regcache_cpy()607 if (!regcache->readonly_p) in regcache_raw_read()695 else if (regcache->readonly_p in regcache_cooked_read()[all …]
2020 readonly_p.2021 (regcache_xmalloc): Initialize readonly_p.2022 (build_regcache): Initialize readonly_p.