From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4557 invoked by alias); 28 Nov 2002 00:57:22 -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 4549 invoked from network); 28 Nov 2002 00:57:21 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 28 Nov 2002 00:57:21 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A33A83F30; Wed, 27 Nov 2002 19:57:16 -0500 (EST) Message-ID: <3DE569EC.5060500@redhat.com> Date: Wed, 27 Nov 2002 16:57:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christopher Faylor Cc: gdb@sources.redhat.com Subject: Re: gdb and Dll References: <001301c295f5$461850c0$fe78a8c0@SOL> <20021128005242.GB2696@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00402.txt.bz2 > There is one long-standing "gotcha" in debugging dlls however. Currently > you can only set breakpoints on line numbers not on symbol names if the > dll is not loaded. That is you can't do: > > dll-symbols foo.dll > bp foo > > You have to, instead do: > > dll-symbols foo.dll > list foo > bp Weird. Create a bug report. Andrew