From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4920 invoked by alias); 2 Jun 2009 19:42:30 -0000 Received: (qmail 4911 invoked by uid 22791); 2 Jun 2009 19:42:29 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Jun 2009 19:42:21 +0000 Received: from spaceape11.eur.corp.google.com (spaceape11.eur.corp.google.com [172.28.16.145]) by smtp-out.google.com with ESMTP id n52JgJ2O000543 for ; Tue, 2 Jun 2009 20:42:19 +0100 Received: from qw-out-2122.google.com (qwd5.prod.google.com [10.241.193.197]) by spaceape11.eur.corp.google.com with ESMTP id n52JgH1S017317 for ; Tue, 2 Jun 2009 12:42:17 -0700 Received: by qw-out-2122.google.com with SMTP id 5so5595153qwd.53 for ; Tue, 02 Jun 2009 12:42:17 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.83.132 with SMTP id f4mr33736qcl.47.1243971736000; Tue, 02 Jun 2009 12:42:16 -0700 (PDT) In-Reply-To: <8ac60eac0906021134u49cf0612uc26fb04bde4a6025@mail.gmail.com> References: <1531E53627F1F749B4FE809BF2A4EB67FABA56@WETMEX10.loepfe.com> <1531E53627F1F749B4FE809BF2A4EB67FD9F52@WETMEX10.loepfe.com> <8ac60eac0906020941w3064fa70l263b316358c9e38f@mail.gmail.com> <20090602181723.GA11310@caradoc.them.org> <8ac60eac0906021134u49cf0612uc26fb04bde4a6025@mail.gmail.com> Date: Tue, 02 Jun 2009 19:42:00 -0000 Message-ID: <8ac60eac0906021242p4d908056x18e42bbb7603a514@mail.gmail.com> Subject: Re: Q: GDB - Threads From: Paul Pluzhnikov To: Paul Pluzhnikov , "Vellemans, Noel" , gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true 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: 2009-06/txt/msg00019.txt.bz2 On Tue, Jun 2, 2009 at 11:34 AM, Paul Pluzhnikov wrote: > I guess then OP needs to verify that GDB is loading symbols from expected > libpthread ("set verbose on" should show that), and that gdbserver on target > is loading expected libthread_db ("ldd gdbserver" on target should show > that). Oh, and one very common mistake is to strip libpthread before it is uploaded to target. Make sure libpthread *on target* has not been stripped. In particular, it should have some local *_version symbol. Cheers, -- Paul Pluzhnikov