From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15142 invoked by alias); 28 Feb 2007 13:19:31 -0000 Received: (qmail 15127 invoked by uid 22791); 28 Feb 2007 13:19:29 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 28 Feb 2007 13:19:19 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HMOiB-0001fR-VF; Wed, 28 Feb 2007 08:19:16 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HMOiB-0002aj-Au; Wed, 28 Feb 2007 08:19:15 -0500 Date: Wed, 28 Feb 2007 13:35:00 -0000 From: Daniel Jacobowitz To: Michael Shuldman Cc: gdb@sources.redhat.com Subject: Re: gdb, target remote, threadbased application in uml Message-ID: <20070228131915.GA9803@caradoc.them.org> Mail-Followup-To: Michael Shuldman , gdb@sources.redhat.com References: <20070228130454.GA31868@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070228130454.GA31868@localhost> User-Agent: Mutt/1.5.13 (2006-08-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: 2007-02/txt/msg00295.txt.bz2 On Wed, Feb 28, 2007 at 02:04:54PM +0100, Michael Shuldman wrote: > On the host side, I then start gdb and do the following: > set solib-search-path usr/local/... You may want solib-absolute-prefix instead here, if UML is using different libraries. > [Thread debugging using libthread_db enabled] > [New Thread 1076389568 (LWP 765)] > Can't attach LWP 765: No such process That shouldn't happen, but you haven't said what version of GDB you're using. You may wish to try a newer one. -- Daniel Jacobowitz CodeSourcery