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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=YjDx7Dy/yBJ+x74nHpJLtfyx3VFBPjtoa0uGQ7S6//Z
	FFPPgm0+bBUtOzYfFxhIwOn4/qrIDmyFzeRtOBtzbQ20o62kuYT2VmkgtzPqGYjd
	4UZQ3laqP/Gb5mpEFSujoCI4uVDTu5yW2V/NhTFoh+klR7zBwt7Vb+4u+EN9Uxnk
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=FGPTDOJ7htpAS8yLVYxkbjiIVYY=; b=mat0yKXHOJfpure5E
	XirDzmiEGLZJTCR3yA+qQw4RVc5LQODv+yRnfBjocTInrHieIdRihMhDHM9LBtbd
	VxP47IbxQVpDp4G+hNAoyMoVswmLMwBTBdEsqt13hXR/OY+dhvg3wZJbVHG9ybox
	qcZiLHb8jW+WE2HNdM8UsKfbr8=
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=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wi0-f175.google.com
X-Received: by 10.180.210.167 with SMTP id mv7mr65050009wic.78.1421923338191;        Thu, 22 Jan 2015 02:42:18 -0800 (PST)
Message-ID: <54C0D3FE.6060908@gmail.com>
Date: Thu, 22 Jan 2015 11:42:06 +0100
From: Marco Atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-005
References: <announce.20150120164242.GA23732@calimero.vinschen.de>	 <54C09D3F.9040501@gmail.com> <20150122091803.GE19127@calimero.vinschen.de> <1421920217.13568.5.camel@cygwin.com>
In-Reply-To: <1421920217.13568.5.camel@cygwin.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes



On 1/22/2015 10:50 AM, Yaakov Selkowitz wrote:
> On Thu, 2015-01-22 at 10:18 +0100, Corinna Vinschen wrote:
>> Hi Marco,
>>
>> On Jan 22 07:48, Marco Atzeri wrote:
>>> On 1/20/2015 5:42 PM, Corinna Vinschen wrote:
>>>> Hi Cygwin friends and users,
>>>>
>>>>
>>>> I released another TEST version of the next upcoming Cygwin release.
>>>> The version number is 1.7.34-005.
>>>
>>> minor issue, an probably common to other C++ packages.
>>> Some of the code are in the headers, usually constructor and destructor,
>>> but the debug package does not include them so stepping through GDB
>>> is confusing.
>>
>> Hmm, I guess cygport should contemplate to copy the project header files
>> to the debuginfo package as well.  That might be a lot for the Cygwin
>> package itself (it will copy the system headers, too), but it would
>> obviously help in these cases.  And it's not only C++.  C headers may
>> contain nut^Winline functions as well.
>
> cygwin-debuginfo includes a number of headers from winsup and even one
> from newlib/libc/string.  Is there something missing in particular?
>
> --
> Yaakov
>

$ uname -vsr
CYGWIN_NT-6.1 1.7.34(0.283/5/3) 2015-01-20 17:34

Breakpoint 2, free (p=0x60011e1b0)
     at /usr/src/debug/cygwin-1.7.34-005/winsup/cygwin/malloc_wrapper.cc:40

stepping several times

(gdb) n
36      /usr/src/debug/cygwin-1.7.34-005/winsup/cygwin/sync.h: No such 
file or directory.

Regards
Marco


--
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

