forked from Imagelibrary/binutils-gdb
* 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:
13
gdb/thread.c
13
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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user