Home
last modified time | relevance | path

Searched refs:readonly_p (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dregcache.c196 int readonly_p; member
212 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 …]
DChangeLog-20022020 readonly_p.
2021 (regcache_xmalloc): Initialize readonly_p.
2022 (build_regcache): Initialize readonly_p.