* 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.
This commit is contained in:
Stu Grossman
1993-09-25 00:40:20 +00:00
parent 08ba2f95fe
commit d113e6b28e
5 changed files with 54 additions and 266 deletions

View 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 ()
{