From d113e6b28e88d16de8cb23f5f6f73e6cb8981042 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Sat, 25 Sep 1993 00:40:20 +0000 Subject: * 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. --- gdb/thread.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'gdb/thread.c') 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 () { -- cgit v1.1