Home | History | Annotate | Download | only in m_gdbserver

Lines Matching defs:thread_info

27 struct thread_info
37 struct thread_info *current_inferior;
39 #define get_thread(inf) ((struct thread_info *)(inf))
100 struct thread_info *new_thread
101 = (struct thread_info *) malloc (sizeof (*new_thread));
122 struct thread_info *thread = get_thread (inf);
131 unsigned int thread_to_gdb_id (struct thread_info *thread)
136 struct thread_info * gdb_id_to_thread (unsigned int gdb_id)
141 struct thread_info *thread = get_thread (inf);
152 struct thread_info *thread = gdb_id_to_thread (gdb_id);
160 struct thread_info *thread = get_thread (inf);
165 void remove_thread (struct thread_info *thread)
209 void * inferior_target_data (struct thread_info *inferior)
214 void set_inferior_target_data (struct thread_info *inferior, void *data)
219 void * inferior_regcache_data (struct thread_info *inferior)
224 void set_inferior_regcache_data (struct thread_info *inferior, void *data)