X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=CTcuWzhiebZL1w9d
	YRTXwkcF0FwUbdCeLv/Ub8u0maf8m+DkVr9yJAJfPfQwcigdxwgHw7UiA0WMkRor
	+py9HMafmNsKC+jzepPB7m/716uO6bX3L78H/BaQ2P0RaGvZXgAc5USLSWXvc6X2
	yayBMPs/QebCV//QrUqQD5Qj2Es=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=AfapHn+SJRvjJx+1WmsIHS
	WN2SY=; b=ANx6pdmVcpSi8ebv2mOj3o2qyYbOmK/eySz8b1G4s+LX/HdltBcrWv
	nRomqj6wGAVsT08x11zO/9eyGOanhdcJbL08AegGxVl1WlQl3QLa6Vdz0cGXPhS2
	3O/G8ljTYBa9GXtsvPXk3tBIlf4wlqZFO1E6sfxRrsf9yqN3TdcjA=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*UA:Firefox, H*F:U*mark
X-HELO: m0.truegem.net
Subject: Re: How to break cygwin inside dcrt0.cc ?
To: cygwin@cygwin.com
References: <c90cbfa5-3411-f7bd-587c-7ef70e1e2cbf@gmail.com>
From: Mark Geisert <mark@maxrnd.com>
Message-ID: <590BDD0B.7040709@maxrnd.com>
Date: Thu, 4 May 2017 19:01:47 -0700
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40
MIME-Version: 1.0
In-Reply-To: <c90cbfa5-3411-f7bd-587c-7ef70e1e2cbf@gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

Marco Atzeri wrote:
> I am likely missing something obvious, but I do not succeed to put
> a breakpoint inside child_info_fork::alloc_stack
>
> break child_info_fork::alloc_stack
> Function "child_info_fork::alloc_stack" not defined.
>
>   break /usr/src/debug/cygwin-2.8.0-1/winsup/cygwin/dcrt0.cc:408
> No source file named /usr/src/debug/cygwin-2.8.0-1/winsup/cygwin/dcrt0.cc

Is your installed cygwin-debuginfo package the same version as your cygwin package?

..mark


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

