From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28676 invoked by alias); 2 Oct 2006 18:07:59 -0000 Received: (qmail 28665 invoked by uid 22791); 2 Oct 2006 18:07:58 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 02 Oct 2006 18:07:53 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id 354EF26AD8; Mon, 2 Oct 2006 11:07:50 -0700 (PDT) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27018-01-90; Mon, 2 Oct 2006 11:07:49 -0700 (PDT) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id 51B2226ACE; Mon, 2 Oct 2006 11:07:49 -0700 (PDT) Received: from 192.168.92.75 ([192.168.92.75]) by ussunex01.palmsource.com ([192.168.101.9]) via Exchange Front-End Server owa.palmsource.com ([10.0.20.17]) with Microsoft Exchange Server HTTP-DAV ; Mon, 2 Oct 2006 18:07:49 +0000 Received: from svmsnyderlnx by owa.palmsource.com; 02 Oct 2006 11:07:49 -0700 Subject: Re: howto debug libthread_db From: Michael Snyder To: carmelo73@gmail.com Cc: gdb@sourceware.org In-Reply-To: <451E9FC4.5040304@gmail.com> References: <45193401.7000502@gmail.com> <1159294840.24808.76.camel@localhost.localdomain> <451A18E9.9070500@gmail.com> <1159380919.9768.39.camel@localhost.localdomain> <451AE760.4080507@gmail.com> <2ccd6e3c0609290208m3d79e87ak33b737c7a3a20fe6@mail.gmail.com> <1159553569.9768.264.camel@localhost.localdomain> <451E9FC4.5040304@gmail.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 02 Oct 2006 18:07:00 -0000 Message-Id: <1159812468.9761.2.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00006.txt.bz2 On Sat, 2006-09-30 at 18:48 +0200, Carmelo Amoroso wrote: > Michael Snyder wrote: > > > > > > So, does that mean that there was no actual problem with gdb, > > with respect to stepping in libthread_db? > Yes, it was my thread_db that was failing killing the gdbserver > This works now? > Yes, it works perfectly, even with multithreaded applications. Excellent.