From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22278 invoked by alias); 31 Jan 2007 21:08:00 -0000 Received: (qmail 22203 invoked from network); 31 Jan 2007 21:07:44 -0000 Received: from unknown (62.58.50.88) by sourceware.org with QMTP; 31 Jan 2007 21:07:44 -0000 Received: (qmail 4230 invoked by uid 0); 31 Jan 2007 21:08:52 -0000 Received: from ip11-1-166-62.adsl.versatel.nl (HELO kamer) ([62.166.1.11]) (envelope-sender ) by smtp1.versatel.nl (qmail-ldap-1.03) with SMTP for < >; 31 Jan 2007 21:08:52 -0000 Message-ID: <003f01c7457c$0f2d8090$9600000a@kamer> From: "Wiljan Derks" To: Subject: How to tell gdb about dlls using remote protocol Date: Wed, 31 Jan 2007 21:08:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.2869 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/msg00362.txt.bz2 Hello, I have build my own code that can reside in our applications and that allows a connection to gdb. It allows remote debugging on Windows using gdb and also allows us to keep specific threads running because this is a realtime control application. Thus I am using the "gdb remote" protocol and not the win32 debug api. 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 ? Thanks, Wiljan