Home
last modified time | relevance | path

Searched refs:regcache_cpy (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dregcache.h159 extern void regcache_cpy (struct regcache *dest, struct regcache *src);
H A Dregcache.c328 regcache_cpy (struct regcache *dst, struct regcache *src) in regcache_cpy() function
365 regcache_cpy (newbuf, src); in regcache_dup()
H A Dinfrun.c3034 regcache_cpy (stop_registers, current_regcache); in normal_stop()
3546 regcache_cpy (current_regcache, inf_status->registers); in restore_inferior_status()
H A Dframe.c497 regcache_cpy (current_regcache, scratch); in frame_pop()
H A DChangeLog-20022025 (regcache_cpy): Re-implement using regcache_save and
2055 (regcache_cpy): Update.
7250 regcache_xmalloc and regcache_cpy.
7251 (generic_pop_dummy_frame): Update. Use regcache_cpy and
7390 (normal_stop): Use regcache_cpy.
7398 (restore_inferior_status): Use regcache_xfree and regcache_cpy.
7471 * regcache.h: Update comments describing the regcache_cpy family
7603 (regcache_cpy, regcache_cpy_no_passthrough)
7615 (regcache_cpy, regcache_cpy_no_passthrough): New functions.
H A DChangeLog-200312474 (regcache_cpy): Pass do_cooked_read to regcache_save and