aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-09-25 00:40:20 +0000
committerStu Grossman <grossman@cygnus>1993-09-25 00:40:20 +0000
commitd113e6b28e88d16de8cb23f5f6f73e6cb8981042 (patch)
tree246ab6e211e749f08851ca032f1981fc64f41081 /gdb/thread.c
parent08ba2f95fe5eddea585ee608ecebcbcee5727f0d (diff)
downloadgdb-d113e6b28e88d16de8cb23f5f6f73e6cb8981042.zip
gdb-d113e6b28e88d16de8cb23f5f6f73e6cb8981042.tar.gz
gdb-d113e6b28e88d16de8cb23f5f6f73e6cb8981042.tar.bz2
* corelow.c: Add multi thread/process support for core files with
.reg/XXX pseudo-sections. * i386lynx-nat.c thread.h thread.c: Remove unnecessary core file support.
Diffstat (limited to 'gdb/thread.c')
-rw-r--r--gdb/thread.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gdb/thread.c b/gdb/thread.c
index 0e80975..fdc13bc 100644
--- a/gdb/thread.c
+++ b/gdb/thread.c
@@ -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 ()
{