Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: Chris Faylor <cgf@cygnus.com>
Date: Tue, 21 Mar 2000 10:16:52 -0500
To: Sourceware Mail List <cygwin@sourceware.cygnus.com>
Subject: Re: Problems with Insigt and cygwin1.dll
Message-ID: <20000321101652.C18125@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
Mail-Followup-To: cgf@cygnus.com,
	Sourceware Mail List <cygwin@sourceware.cygnus.com>
References: <0a8701bf92be$66802960$0100000a@dualbeast> <200003210830.AAA25479@cygnus.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.1.8i
In-Reply-To: <200003210830.AAA25479@cygnus.com>; from kudrna@plasma.troja.mff.cuni.cz on Tue, Mar 21, 2000 at 09:29:34AM +0100

On Tue, Mar 21, 2000 at 09:29:34AM +0100, Pavel Kudrna wrote:
>I have also the unresolved problem with crash of another program in 
>_size_of_stack_reserve__ ().

This symbol is just a catchall that gdb prints when it can't properly
derive the correct symbol at a given location.  It's a bug in gdb.

>So I can help with the fact that this function you can find in ld.exe.
>But also I have to repeat your (maybe not expressed) question how to
>debug into the .dll?  Can anybody at least say that it's not possible?

???  Of course it is possible to debug the DLL.

You can use the add-sym command to load a DLLs symbols and then set
breakpoints, etc.  The add-sym instruction for cygwin is:

add-sym cygwin1.dll 0x61001000

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

