From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3274 invoked by alias); 9 Aug 2010 14:48:03 -0000 Received: (qmail 3239 invoked by uid 22791); 9 Aug 2010 14:48:02 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Aug 2010 14:47:57 +0000 Received: (qmail 27812 invoked from network); 9 Aug 2010 14:47:55 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 9 Aug 2010 14:47:55 -0000 From: Pedro Alves To: Hui Zhu Subject: Re: [RFA]corelow.c: Add tid to add_to_thread_list Date: Mon, 09 Aug 2010 14:48:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.32-24-generic; KDE/4.4.2; x86_64; ; ) Cc: gdb-patches@sourceware.org, "Maciej W. Rozycki" References: <201008062105.52968.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201008091547.51389.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-08/txt/msg00101.txt.bz2 On Monday 09 August 2010 03:28:23, Hui Zhu wrote: > It work on my part got: > > Reading symbols from /home/teawater/tmp/vmlinux...done. > [New process 1] > [New process 1] > [New process 1] > [New LWP 2731] > #0 0xffffffff8020b037 in __sti_mwait () at include2/asm/processor.h:719 > 719 include2/asm/processor.h: No such file or directory. > in include2/asm/processor.h > (gdb) info threads > 4 LWP 2731 crash_setup_regs (regs=0x0) at include2/asm/kexec.h:155 > * 3 process 1 0xffffffff8020b037 in __sti_mwait () at > include2/asm/processor.h:719 Thanks for confirming. > Looks this is a fit way without change libbfd. IMO, I'd still be better to teach bfd about these cores as I suggested before, but it doesn't itch me enough to go fix it myself. ;-) -- Pedro Alves