From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3297 invoked by alias); 25 Feb 2008 13:30:30 -0000 Received: (qmail 3287 invoked by uid 22791); 25 Feb 2008 13:30:29 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 25 Feb 2008 13:30:11 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 7484D98118; Mon, 25 Feb 2008 13:30:09 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 6032B9801D; Mon, 25 Feb 2008 13:30:09 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JTdPD-00052p-Va; Mon, 25 Feb 2008 08:30:08 -0500 Date: Mon, 25 Feb 2008 13:32:00 -0000 From: Daniel Jacobowitz To: Steve Kreyer Cc: gdb@sourceware.org Subject: Re: Using dlopen and remote debugging Message-ID: <20080225133007.GA19361@caradoc.them.org> Mail-Followup-To: Steve Kreyer , gdb@sourceware.org References: <1015843957@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1015843957@web.de> User-Agent: Mutt/1.5.17 (2007-12-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: 2008-02/txt/msg00210.txt.bz2 On Mon, Feb 25, 2008 at 01:04:12PM +0100, Steve Kreyer wrote: > Breakpoint 1, main () at test2.c:12 > 12 lib_handle = dlopen("/libtest.so", RTLD_NOW); > (gdb) n At this point, what does info shared say? The SH Linux port of GDB is not well-cared-for. I suspect it is missing shared library support entirely. -- Daniel Jacobowitz CodeSourcery