From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14455 invoked by alias); 15 Apr 2008 03:10:41 -0000 Received: (qmail 14445 invoked by uid 22791); 15 Apr 2008 03:10:40 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 Apr 2008 03:10:21 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 78B53983DA; Tue, 15 Apr 2008 03:10:19 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 485CD98119; Tue, 15 Apr 2008 03:10:19 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JlbYo-0000xK-Ka; Mon, 14 Apr 2008 23:10:18 -0400 Date: Tue, 15 Apr 2008 08:12:00 -0000 From: Daniel Jacobowitz To: Icarus Sparry Cc: Michael Snyder , gdb@sourceware.org Subject: Re: GDB doesn't display thread_id while debugging a core file Message-ID: <20080415031018.GA3656@caradoc.them.org> Mail-Followup-To: Icarus Sparry , Michael Snyder , gdb@sourceware.org References: <1208222665.3690.4.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00121.txt.bz2 On Mon, Apr 14, 2008 at 08:04:52PM -0700, Icarus Sparry wrote: > If I understand what Daniel was saying correctly, the libthread_db file > would be an x86 shared library, but it would be configured to handle > ppc32 elf core files, in the same way as the executable > powerpc-linux-gdb program that currently we have running on the x86 > machines. No. You would have to rely on the native x86 library luckily doing the right thing. -- Daniel Jacobowitz CodeSourcery