Hello, This patch fixes minor issue: in corelow.c (add_to_thread_list) we use thread_id as pid and we ignore core_pid which is available. This gives confusing output from "info threads" since threads appear to belong to different processes. The patch rectifies this situation. Thanks, Aleksandar Ristovski QNX Software Systems 2008-02-26 Aleksandar Ristovski * Makefile.in (corelow.o): Add elf_bfd_h. * corelow.c (elf-bfd.h): Add include. (add_to_thread_list): Use core_pid instead of using tid as pid. (get_core_register_section): Use tid from inferior_ptid instead of pid.