From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12859 invoked by alias); 7 Nov 2005 00:12:25 -0000 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 Received: (qmail 12850 invoked by uid 22791); 7 Nov 2005 00:12:23 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 07 Nov 2005 00:12:23 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1EYucX-0005JM-95; Sun, 06 Nov 2005 19:12:21 -0500 Date: Mon, 07 Nov 2005 00:12:00 -0000 From: Daniel Jacobowitz To: Frank Meerkoetter Cc: gdb@sources.redhat.com Subject: Re: Remote debugging and dynamic libraries Message-ID: <20051107001221.GE19200@nevyn.them.org> Mail-Followup-To: Frank Meerkoetter , gdb@sources.redhat.com References: <20051027105200.0cya97mnpnwo84sg@admin.betaversion.net> <20051027143943.GA23938@nevyn.them.org> <20051027144115.GA24055@nevyn.them.org> <436676B4.9030603@betaversion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <436676B4.9030603@betaversion.net> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-11/txt/msg00128.txt.bz2 On Mon, Oct 31, 2005 at 08:55:32PM +0100, Frank Meerkoetter wrote: > I gave it a try using "file test" and > "set solib-absolute-prefix /usr/local/arm/arm-linux/" but had no success > so far. > > frank@linux:~/uclibc_kram/apdf> arm-linux-gdb This is the first time I recall seeing that you were using uclibc. It's likely that shared library and thread debugging are simply broken in your C library; you may want to ask the uclibc developers if they expect it to work. > (gdb) b 1 > Breakpoint 1 at 0x8428: file main.c, line 1. > (gdb) c > Continuing. > > Breakpoint 1, main () at main.c:1 > 1 int main() { "info shared" at this point? -- Daniel Jacobowitz CodeSourcery, LLC