summaryrefslogtreecommitdiff
path: root/gdb/spu-linux-nat.c
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2008-09-08 21:34:35 +0000
committerPedro Alves <pedro@codesourcery.com>2008-09-08 21:34:35 +0000
commita8c9b9db9e319ca9fd58692e6697c92ff09beef0 (patch)
treee96d5cbd02377d817962fdbf0b599987bea7d514 /gdb/spu-linux-nat.c
parent9fa89b3934f50e1a8a95a2e271c033f6ef1c1759 (diff)
downloadgdb-a8c9b9db9e319ca9fd58692e6697c92ff09beef0.tar.gz
* spu-linux-nat.c (spu_child_post_startup_inferior)
(spu_child_post_attach): Don't add the main thread here.
Diffstat (limited to 'gdb/spu-linux-nat.c')
-rw-r--r--gdb/spu-linux-nat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/spu-linux-nat.c b/gdb/spu-linux-nat.c
index e19b718c3aa..5d763009b30 100644
--- a/gdb/spu-linux-nat.c
+++ b/gdb/spu-linux-nat.c
@@ -376,8 +376,6 @@ spu_child_post_startup_inferior (ptid_t ptid)
ptrace (PT_SYSCALL, tid, (PTRACE_TYPE_ARG3) 0, 0);
waitpid (tid, NULL, __WALL | __WNOTHREAD);
}
-
- add_thread_silent (ptid);
}
/* Override the post_attach routine to try load the SPE executable
@@ -397,8 +395,6 @@ spu_child_post_attach (int pid)
waitpid (pid, NULL, __WALL | __WNOTHREAD);
}
- add_thread_silent (inferior_ptid);
-
/* If the user has not provided an executable file, try to extract
the image from inside the target process. */
if (!get_exec_file (0))