X-Recipient: archive-cygwin AT delorie DOT 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:subject:from:to:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; q=dns; s=default; b=TFogPAADfLecAmkWfyPtP+T/KeYIbBlJHX3k+YB/iPI E7Zwwe6jYxtOkeYjIJHI+MNMJR8Cmggvu4dBLvNWlAWaLfNh8VLzlADHfWOAQoUn +FvfGXtLt0jBaxBsuV5gohOr5eaJM9wQGBUjvimCJE4bboQMkzBEhQVLRCVFWq0k = 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:subject:from:to:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; s=default; bh=S89ydtdYIE/FWp6RkQFEfH7MiRM=; b=HDzgTwLI6fW9aiplK pjlWgAPSqOKiBdUmQicOgUr1gujmXosnHgE2/GpVet05fchbq4A2BPhNfGa8ekJI 1NG4eOUB5XY/b32ylEg+3A2hyRdn9Duqu4E3KSLfL2B/+Qq7tyZOW753aF6s4SKC y2nnKbmBVaHil0cj28ZwMMblO0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <1421942689.13568.10.camel@cygwin.com> Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-005 From: Yaakov Selkowitz To: cygwin AT cygwin DOT com Date: Thu, 22 Jan 2015 10:04:49 -0600 In-Reply-To: <54C0D3FE.6060908@gmail.com> References: <54C09D3F DOT 9040501 AT gmail DOT com> <20150122091803 DOT GE19127 AT calimero DOT vinschen DOT de> <1421920217 DOT 13568 DOT 5 DOT camel AT cygwin DOT com> <54C0D3FE DOT 6060908 AT gmail DOT com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On Thu, 2015-01-22 at 11:42 +0100, Marco Atzeri wrote: > On 1/22/2015 10:50 AM, Yaakov Selkowitz wrote: > > On Thu, 2015-01-22 at 10:18 +0100, Corinna Vinschen wrote: > >> > >> 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? > > $ 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. I'm not sure where that's coming from, because: $ nm -l /usr/lib/debug/usr/bin/cygwin1.dbg | grep -F sync. 000000018012b200 T _ZN4muto4initEPKc /usr/src/debug/cygwin-1.7.34-005/winsup/cygwin/sync.cc:35 000000018012b270 T _ZN4muto7acquireEj /usr/src/debug/cygwin-1.7.34-005/winsup/cygwin/sync.cc:77 000000018012b330 T _ZN4muto7releaseEP7_cygtls /usr/src/debug/cygwin-1.7.34-005/winsup/cygwin/sync.cc:115 There is no reference to sync.h listed there, hence it is not in the debuginfo package. -- Yaakov -- 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