GDBserver disconnected tracing support.
[deliverable/binutils-gdb.git] / gdb / gdbserver / inferiors.c
index 8e3f1de6bb99c49ab62d315f11d53b0a3ae25c89..787b018f75c3c25b496e790b7d447bd8fd3e6c1c 100644 (file)
@@ -171,6 +171,7 @@ add_thread (ptid_t thread_id, void *target_data)
   memset (new_thread, 0, sizeof (*new_thread));
 
   new_thread->entry.id = thread_id;
+  new_thread->last_resume_kind = resume_continue;
   new_thread->last_status.kind = TARGET_WAITKIND_IGNORE;
 
   add_inferior_to_list (&all_threads, & new_thread->entry);
This page took 0.030103 seconds and 4 git commands to generate.