Home
last modified time | relevance | path

Searched refs:inferior_list_entry (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dinferiors.c29 struct inferior_list_entry entry;
42 struct inferior_list_entry *new_inferior) in add_inferior_to_list()
53 void (*action) (struct inferior_list_entry *)) in for_each_inferior()
55 struct inferior_list_entry *cur = list->head, *next; in for_each_inferior()
74 struct inferior_list_entry *entry) in remove_inferior()
76 struct inferior_list_entry **cur; in remove_inferior()
119 struct inferior_list_entry *inf = all_threads.head; in thread_id_to_gdb_id()
138 struct inferior_list_entry *inf = all_threads.head; in gdb_id_to_thread()
158 void free_one_thread (struct inferior_list_entry *inf) in free_one_thread()
167 remove_inferior (&all_threads, (struct inferior_list_entry *) thread); in remove_thread()
[all …]
Dserver.h196 struct inferior_list_entry *head;
197 struct inferior_list_entry *tail;
199 struct inferior_list_entry struct
202 struct inferior_list_entry *next; argument
253 struct inferior_list_entry *new_inferior);
255 void (*action) (struct inferior_list_entry *));
258 struct inferior_list_entry *entry);
266 struct inferior_list_entry *find_inferior (struct inferior_list *,
268 inferior_list_entry *,
271 struct inferior_list_entry *find_inferior_id (struct inferior_list *list,
Dregcache.h27 struct inferior_list_entry;
39 void regcache_invalidate_one (struct inferior_list_entry *);
Dregcache.c64 void regcache_invalidate_one (struct inferior_list_entry *entry) in regcache_invalidate_one()
129 void regcache_realloc_one (struct inferior_list_entry *entry) in regcache_realloc_one()
Dtarget.c52 void remove_thread_if_not_in_vg_threads (struct inferior_list_entry *inf) in remove_thread_if_not_in_vg_threads()
Dremote-utils.c1175 ((struct inferior_list_entry *)current_inferior)->id; in prepare_resume_reply()
Dserver.c724 static struct inferior_list_entry *thread_ptr; in handle_query()