From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8253 invoked by alias); 4 Dec 2006 21:55:33 -0000 Received: (qmail 8242 invoked by uid 22791); 4 Dec 2006 21:55:32 -0000 X-Spam-Check-By: sourceware.org Received: from tmpnat1.honeywell.com (HELO AZ18CN850.global.ds.honeywell.com) (199.64.0.252) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 04 Dec 2006 21:55:27 +0000 Received: from AZ18EV808.global.ds.honeywell.com ([131.127.167.102]) by AZ18CN850.global.ds.honeywell.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 4 Dec 2006 14:55:25 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: GDB solib interface Date: Mon, 04 Dec 2006 21:55:00 -0000 Message-ID: From: "Smith, Stephen \(SWCOE\)" To: "General GDB Mailing List" 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: 2006-12/txt/msg00029.txt.bz2 I am running GDB to debug a remote application. If I find that a shared library has been loaded, I would like to use the solib interface to load the appropriate shared library symbols.=20=20 So lets assume that I have the file name of the shared library, that was just loaded, how do I inform the solib subsystem that to load the symbols. Having used the debugger to look at my cross debugger (which is the one that is doing the remote debugging) I see that both solib-null.c and solib-svr4.c are both being compiled and linked in. The debugger is built with --host=3Di686-pc-cygwin and --target=3Dpowerpc-motorola-elf