View | Details | Raw Unified | Return to bug 200001 | Differences between
and this patch

Collapse All | Expand All

(-)files/fbsd-threads.c (working copy) (+2 lines)
Lines 441-446 Link Here
441
  fbsd_thread_active = 1;
441
  fbsd_thread_active = 1;
442
  if (target_has_execution)
442
  if (target_has_execution)
443
    enable_thread_event_reporting ();
443
    enable_thread_event_reporting ();
444
  else
445
    init_thread_list ();
444
  fbsd_thread_update_thread_list (NULL);
446
  fbsd_thread_update_thread_list (NULL);
445
  get_current_thread ();
447
  get_current_thread ();
446
}
448
}

Return to bug 200001