Searched defs:inferior_regcache_data (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
H A Dinferiors.c161 free_register_cache (inferior_regcache_data (thread));
219 void * inferior_regcache_data (struct thread_info *inferior) function
H A Dregcache.c30 struct inferior_regcache_data struct
45 struct inferior_regcache_data * get_regcache (struct thread_info *inf,
48 struct inferior_regcache_data *regcache;
50 regcache = (struct inferior_regcache_data *) inferior_regcache_data (inf);
67 struct inferior_regcache_data *regcache;
69 regcache = (struct inferior_regcache_data *) inferior_regcache_data (thread);
94 struct inferior_regcache_data *regcache;
116 struct inferior_regcache_data *regcach
[all...]

Completed in 880 milliseconds