From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30790 invoked by alias); 2 Dec 2007 23:56:35 -0000 Received: (qmail 30781 invoked by uid 22791); 2 Dec 2007 23:56:35 -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; Sun, 02 Dec 2007 23:56:29 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 77FF798349; Sun, 2 Dec 2007 23:56:28 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 0578298337; Sun, 2 Dec 2007 23:56:27 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Iyyfi-0002cH-VN; Sun, 02 Dec 2007 18:56:27 -0500 Date: Sun, 02 Dec 2007 23:56:00 -0000 From: Daniel Jacobowitz To: Brian Budge Cc: gdb@sourceware.org Subject: Re: info threads Message-ID: <20071202235626.GA10030@caradoc.them.org> Mail-Followup-To: Brian Budge , gdb@sourceware.org References: <5b7094580712021509s5521c61fhd2bcefcfa0369aab@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5b7094580712021509s5521c61fhd2bcefcfa0369aab@mail.gmail.com> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-12/txt/msg00009.txt.bz2 On Sun, Dec 02, 2007 at 03:09:04PM -0800, Brian Budge wrote: > Hi all - > > I'm having trouble with some of the threading interfaces of gdb. For > instance, info threads prints nothing. I have read that this means it > is not supported for my architecture, but I could have sworn it worked > before. That being said, I switched over from x86 to x86_64 a few > months ago, so maybe it's just my failing memory. Architecture has nothing to do with this. You didn't say, but I'm guessing you mean some distribution of GNU/Linux, right? In that case, this usually means that your libpthread.so or ld.so have been stripped, and that separate debug files for them are not available. -- Daniel Jacobowitz CodeSourcery