From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21194 invoked by alias); 9 Aug 2010 02:28:55 -0000 Received: (qmail 21181 invoked by uid 22791); 9 Aug 2010 02:28:54 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM X-Spam-Check-By: sourceware.org Received: from mail-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Aug 2010 02:28:47 +0000 Received: by wyg36 with SMTP id 36so10717181wyg.0 for ; Sun, 08 Aug 2010 19:28:45 -0700 (PDT) Received: by 10.216.161.71 with SMTP id v49mr13178585wek.94.1281320923123; Sun, 08 Aug 2010 19:28:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.186.205 with HTTP; Sun, 8 Aug 2010 19:28:23 -0700 (PDT) In-Reply-To: <201008062105.52968.pedro@codesourcery.com> References: <201008061817.49329.pedro@codesourcery.com> <201008062105.52968.pedro@codesourcery.com> From: Hui Zhu Date: Mon, 09 Aug 2010 02:28:00 -0000 Message-ID: Subject: Re: [RFA]corelow.c: Add tid to add_to_thread_list To: Pedro Alves Cc: gdb-patches@sourceware.org, "Maciej W. Rozycki" Content-Type: text/plain; charset=ISO-8859-1 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/msg00099.txt.bz2 Thanks. 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 Looks this is a fit way without change libbfd. Best, Hui