* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / thread.c
index 6c2b8ebebe9437762f04e0ea99686e46b5499a77..fdc13bc9113289ab269c77084e616412f9daddaa 100644 (file)
@@ -109,19 +109,6 @@ in_thread_list (pid)
   return 0;                    /* Never heard of 'im */
 }
 
-#if 0
-void
-bfd_get_core_threads (abfd)
-    bfd *abfd;
-{
-    int i;
-
-    inferior_pid = BUILDPID (inferior_pid, core_thread (abfd)->pid);
-    for (i = 0; i < core_pss (abfd).threadcnt; i++)
-      add_thread (core_thread (abfd)[i].pid);
-}
-#endif
-
 static void
 prune_threads ()
 {
@@ -187,7 +174,6 @@ thread_switch (pid)
     return;
 
   inferior_pid = pid;
-  pc_changed = 0;
   flush_cached_frames ();
   registers_changed ();
   stop_pc = read_pc();
This page took 0.023168 seconds and 4 git commands to generate.