Searched refs:inferior_regcache_data (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dinferiors.c127 free_register_cache (inferior_regcache_data (thread));
190 inferior_regcache_data (struct thread_info *inferior) function
H A Dregcache.c32 struct inferior_regcache_data struct
45 static struct inferior_regcache_data *
48 struct inferior_regcache_data *regcache;
50 regcache = (struct inferior_regcache_data *) inferior_regcache_data (inf);
69 struct inferior_regcache_data *regcache;
71 regcache = (struct inferior_regcache_data *) inferior_regcache_data (thread);
100 struct inferior_regcache_data *regcache;
119 struct inferior_regcache_data *regcach
[all...]
H A Dserver.h111 void *inferior_regcache_data (struct thread_info *);

Completed in 115 milliseconds