Searched refs:regcache_cpy (Results 1 – 6 of 6) sorted by relevance
159 extern void regcache_cpy (struct regcache *dest, struct regcache *src);
328 regcache_cpy (struct regcache *dst, struct regcache *src) in regcache_cpy() function365 regcache_cpy (newbuf, src); in regcache_dup()
3034 regcache_cpy (stop_registers, current_regcache); in normal_stop()3546 regcache_cpy (current_regcache, inf_status->registers); in restore_inferior_status()
497 regcache_cpy (current_regcache, scratch); in frame_pop()
2025 (regcache_cpy): Re-implement using regcache_save and2055 (regcache_cpy): Update.7250 regcache_xmalloc and regcache_cpy.7251 (generic_pop_dummy_frame): Update. Use regcache_cpy and7390 (normal_stop): Use regcache_cpy.7398 (restore_inferior_status): Use regcache_xfree and regcache_cpy.7471 * regcache.h: Update comments describing the regcache_cpy family7603 (regcache_cpy, regcache_cpy_no_passthrough)7615 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
12474 (regcache_cpy): Pass do_cooked_read to regcache_save and