From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29805 invoked by alias); 31 Jan 2007 22:31:25 -0000 Received: (qmail 29790 invoked by uid 22791); 31 Jan 2007 22:31:23 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 31 Jan 2007 22:31:15 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1HCNyz-0003x9-3j; Wed, 31 Jan 2007 17:31:13 -0500 Date: Wed, 31 Jan 2007 22:31:00 -0000 From: Daniel Jacobowitz To: Wiljan Derks Cc: gdb@sourceware.org Subject: Re: How to tell gdb about dlls using remote protocol Message-ID: <20070131223113.GA15122@nevyn.them.org> Mail-Followup-To: Wiljan Derks , gdb@sourceware.org References: <003f01c7457c$0f2d8090$9600000a@kamer> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003f01c7457c$0f2d8090$9600000a@kamer> User-Agent: Mutt/1.5.13 (2006-08-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: 2007-01/txt/msg00363.txt.bz2 On Wed, Jan 31, 2007 at 10:09:13PM +0100, Wiljan Derks wrote: > The problem that I have run into, is that I can find no way to let gdb know > what dll's are inside the > debugee using the remote protocol. > > Does anyone know if there is a way to do this ? There's no way to do this yet. If you look at the list archives for the last several months, you'll see a patch (in the "GDB solib interface" thread) that implements something which might help. But it hasn't been finalized or committed yet (sorry Stephen - I just haven't had time). -- Daniel Jacobowitz CodeSourcery