Lines Matching defs:thread_info
129 struct thread_info struct
131 struct thread_info *next; argument
132 ptid_t ptid; /* "Actual process id";
135 int num; /* Convenient handle (GDB thread id) */
139 char *name;
145 int executing;
154 int state;
159 int refcount;
163 struct thread_control_state control;
167 struct thread_suspend_state suspend;
169 int current_line;
170 struct symtab *current_symtab;
178 CORE_ADDR prev_pc;
181 int stepping_over_breakpoint;
192 int step_after_step_resume_breakpoint;
199 struct continuation *continuations;
225 struct private_thread_info *private; argument
229 void (*private_dtor) (struct private_thread_info *); argument
232 struct btrace_thread_info btrace; argument
242 extern struct thread_info *add_thread (ptid_t ptid); argument