From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26701 invoked by alias); 6 Mar 2007 20:10:06 -0000 Received: (qmail 26691 invoked by uid 22791); 6 Mar 2007 20:10:05 -0000 X-Spam-Check-By: sourceware.org Received: from alnrmhc16.comcast.net (HELO alnrmhc16.comcast.net) (204.127.225.96) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 Mar 2007 20:09:54 +0000 Received: from [172.22.0.103] (failure[71.63.50.10]) by comcast.net (alnrmhc16) with ESMTP id <20070306200953b16008mmuhe>; Tue, 6 Mar 2007 20:09:53 +0000 Message-ID: <45EDCA7C.6000803@ringle.org> Date: Tue, 06 Mar 2007 20:10:00 -0000 From: Jon Ringle User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Michael Snyder CC: gdb@sourceware.org Subject: Re: [SPAM] Re: gdbserver signals interfere with {next,step{,i}} References: <45EC780E.60705@ringle.org> <20070305201726.GA11385@caradoc.them.org> <45ECA592.5080802@ringle.org> <1173145366.29183.56.camel@localhost.localdomain> <45ECC84A.9020702@ringle.org> <1173147085.29183.61.camel@localhost.localdomain> <45ECD0DE.206@ringle.org> <1173210066.29183.91.camel@localhost.localdomain> In-Reply-To: <1173210066.29183.91.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-03/txt/msg00104.txt.bz2 Michael Snyder wrote: > GDB thread support depends on > libthread_db which is part of glibc. does uclibc include a similarly > named library? > > Yes: # ls -l /lib/libpthread* -rw-r--r-- 1 root root 87795 Mar 4 2007 /lib/libpthread-0.9.28.so lrwxrwxrwx 1 root root 20 Mar 4 2007 /lib/libpthread.so.0 -> libpthread-0.9.28.so # ls -l /lib/libthread_db* -rw-r--r-- 1 root root 11472 Mar 4 2007 /lib/libthread_db-0.9.28.so lrwxrwxrwx 1 root root 22 Mar 4 2007 /lib/libthread_db.so.1 -> libthread_db-0.9.28.so