Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_gdbserver/
Dregcache.c30 struct inferior_regcache_data struct
45 struct inferior_regcache_data * get_regcache (struct thread_info *inf, in get_regcache() argument
48 struct inferior_regcache_data *regcache; in get_regcache()
50 regcache = (struct inferior_regcache_data *) inferior_regcache_data (inf); in get_regcache()
67 struct inferior_regcache_data *regcache; in regcache_invalidate_one()
69 regcache = (struct inferior_regcache_data *) inferior_regcache_data (thread); in regcache_invalidate_one()
94 struct inferior_regcache_data *regcache; in new_register_cache()
116 struct inferior_regcache_data *regcache in free_register_cache()
117 = (struct inferior_regcache_data *) regcache_p; in free_register_cache()
132 struct inferior_regcache_data *regcache; in regcache_realloc_one()
[all …]
Dinferiors.c161 free_register_cache (inferior_regcache_data (thread)); in free_one_thread()
219 void * inferior_regcache_data (struct thread_info *inferior) in inferior_regcache_data() function
Dserver.h250 void *inferior_regcache_data (struct thread_info *);