Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dregcache.h188 extern struct regcache *regcache_dup_no_passthrough (struct regcache *regcache);
Dregcache.c480 regcache_dup_no_passthrough (struct regcache *src) in regcache_dup_no_passthrough() function
Dinfrun.c3817 inf_status->stop_registers = regcache_dup_no_passthrough (stop_registers); in save_inferior_status()