Exemple #1
0
static void
fbsd_thread_activate (void)
{
  fbsd_thread_active = 1;
  init_thread_list();
  if (fbsd_thread_core == 0)
    enable_thread_event_reporting ();
  fbsd_thread_find_new_threads ();
  get_current_thread ();
}
static void
fbsd_thread_activate (void)
{
  fbsd_thread_active = 1;
  init_thread_list();
  if (target_has_execution)
    enable_thread_event_reporting ();
  fbsd_thread_find_new_threads (NULL);
  get_current_thread ();
}