From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1523 invoked by alias); 2 Oct 2003 04:08:57 -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 1516 invoked from network); 2 Oct 2003 04:08:56 -0000 Received: from unknown (HELO fed1mtao05.cox.net) (68.6.19.126) by sources.redhat.com with SMTP; 2 Oct 2003 04:08:56 -0000 Received: from ip68-98-8-92.ph.ph.cox.net ([68.98.8.92]) by fed1mtao05.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031002040849.UJCB15909.fed1mtao05.cox.net@ip68-98-8-92.ph.ph.cox.net> for ; Thu, 2 Oct 2003 00:08:49 -0400 Received: (qmail 10399 invoked from network); 2 Oct 2003 04:11:59 -0000 Received: from localhost (HELO cox.net) (127.0.0.1) by localhost with SMTP; 2 Oct 2003 04:11:59 -0000 Message-ID: <3F7BA58F.9050803@cox.net> Date: Thu, 02 Oct 2003 04:08:00 -0000 From: Stephen & Linda Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb Subject: Shared libraries and the solib interface Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-10/txt/msg00047.txt.bz2 I am thinking of working on using writing a solib-remote.c interface file to implement loading of shared libraries. I believe that this is what Kevin suggested a couple of years ago, but I was too stuborn and dropped it. The item that I am confused about is how to have the remote box (which uses the current remote protocol) communicate back to the host the fact that a shared library has been loaded. Does anyone have suggestions? Andrew - are you the one I need to work with on protocol questions and is Kevin still the one to work with on the solib interface?