From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16691 invoked by alias); 17 Jul 2003 20:20:48 -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 16681 invoked from network); 17 Jul 2003 20:20:47 -0000 Received: from unknown (HELO home.ringle.org) (12.153.69.24) by sources.redhat.com with SMTP; 17 Jul 2003 20:20:47 -0000 Received: by home.ringle.org (Postfix, from userid 501) id 3ABC5B8251; Thu, 17 Jul 2003 16:20:38 -0400 (EDT) From: Jon Ringle To: gdb@sources.redhat.com Subject: Re: cross-debugging with gdbserver, why can't gdb find breakpoint function? Date: Thu, 17 Jul 2003 20:20:00 -0000 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307171620.38131.jon.ringle@comdial.com> X-SW-Source: 2003-07/txt/msg00222.txt.bz2 On Thursday 17 July 2003 04:00 pm, David Wuertele wrote: > Why is gdb trying to open /lib/ld.so.1? That /lib directory has > nothing to do with the target libs. The target libs can be found in > /nfsroot/lib. How do I tell gdb to look there instead of /lib? > this worked for me on my arm crossgdb: (gdb) set solib-absolute-prefix /dev/null (gdb) set solib-search-path /nfsroot/lib Jon