HomeSort by relevance Sort by last modified time
    Searched refs:inferior_list_entry (Results 1 - 7 of 7) sorted by null

  /external/valgrind/coregrind/m_gdbserver/
inferiors.c 29 struct inferior_list_entry entry;
42 struct inferior_list_entry *new_inferior)
53 void (*action) (struct inferior_list_entry *))
55 struct inferior_list_entry *cur = list->head, *next;
74 struct inferior_list_entry *entry)
76 struct inferior_list_entry **cur;
119 struct inferior_list_entry *inf = all_threads.head;
138 struct inferior_list_entry *inf = all_threads.head;
158 void free_one_thread (struct inferior_list_entry *inf)
167 remove_inferior (&all_threads, (struct inferior_list_entry *) thread)
    [all...]
regcache.h 27 struct inferior_list_entry;
39 void regcache_invalidate_one (struct inferior_list_entry *);
server.h 196 struct inferior_list_entry *head;
197 struct inferior_list_entry *tail;
199 struct inferior_list_entry struct
202 struct inferior_list_entry *next;
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
    [all...]
regcache.c 64 void regcache_invalidate_one (struct inferior_list_entry *entry)
129 void regcache_realloc_one (struct inferior_list_entry *entry)
target.c 52 void remove_thread_if_not_in_vg_threads (struct inferior_list_entry *inf)
remote-utils.c     [all...]
server.c 724 static struct inferior_list_entry *thread_ptr;
    [all...]

Completed in 108 milliseconds