Home
last modified time | relevance | path

Searched refs:regcache_save (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dregcache.h173 extern void regcache_save (struct regcache *dst,
H A Dregcache.c293 regcache_save (struct regcache *dst, regcache_cooked_read_ftype *cooked_read, in regcache_save() function
379 regcache_save (dst, do_cooked_read, src); in regcache_cpy()
H A Dframe.c792 regcache_save (regcache, do_frame_register_read, this_frame); in frame_save_as_regcache()