From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5374 invoked by alias); 22 Mar 2004 08:47:52 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5196 invoked from network); 22 Mar 2004 08:47:50 -0000 Received: from unknown (HELO fela.ch) (62.167.9.67) by sources.redhat.com with SMTP; 22 Mar 2004 08:47:50 -0000 Received: from 192.168.139.154 (DHCP154 [192.168.139.154]) by fela.ch (8.9.3/8.9.3) with ESMTP id JAA14913; Mon, 22 Mar 2004 09:47:42 +0100 From: Lukas Heiniger Organization: Fela Management AG To: Daniel Jacobowitz Subject: Re: SIGTRAP or SIG32 when remote debugging threads Date: Mon, 22 Mar 2004 13:21:00 -0000 User-Agent: KMail/1.5.4 Cc: gdb@sources.redhat.com References: <200403191107.34202.lukas.heiniger@fela.ch> <20040319172854.GA14209@nevyn.them.org> In-Reply-To: <20040319172854.GA14209@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200403220947.46105.lukas.heiniger@fela.ch> X-SW-Source: 2004-03/txt/msg00194.txt.bz2 On Friday 19 March 2004 18:28, Daniel Jacobowitz wrote: > On Fri, Mar 19, 2004 at 11:07:34AM +0100, Lukas Heiniger wrote: > > I'm trying to do thread debugging on an arm7 target with a gdb 6.0 > > snapshot and gdbserver. I've been searching this list for two days now > > but haven't found an answer to my problem. > > Have you set solib-absolute-prefix? It doesn't look like it. Thanks I do have set solib-absolute-prefix to .../target_fs where target_fs contains a copy of the target file system (including /lib and /usr/lib ...) solib-search-path is not set, however. I tried various combinations with solib-search-path and solib-absolute-prefix but still I always get Program received signal SIG32, Real-time event 32. 0x40088534 in ?? () Lukas Heiniger